Module
Node.HTTP.Types
- Package
- purescript-node-http
- Repository
- purescript-node/purescript-node-http
#OutgoingMessage Source
data OutgoingMessage
#IncomingMessageType Source
data IncomingMessageType
#IMClientRequest Source
data IMClientRequest :: IncomingMessageType
data IMClientRequest
#IMServer Source
data IMServer :: IncomingMessageType
data IMServer
#IncomingMessage Source
data IncomingMessage :: IncomingMessageType -> Type
data IncomingMessage t0
#ClientRequest Source
data ClientRequest
#ServerResponse Source
data ServerResponse
#TransmissionType Source
data TransmissionType
#Encrypted Source
data Encrypted :: TransmissionType
data Encrypted
#PlainText Source
data PlainText :: TransmissionType
data PlainText
#HttpServer' Source
data HttpServer' :: TransmissionType -> Type
data HttpServer' t0
#HttpServer Source
type HttpServer = HttpServer' PlainText
#HttpsServer Source
type HttpsServer = HttpServer' Encrypted