http-semantics-0.0.0: HTTP senmatics libarry
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP.Semantics.Server.Internal

Synopsis

Documentation

newtype Request Source #

Request from client.

Constructors

Request InpObj 

Instances

Instances details
Show Request Source # 
Instance details

Defined in Network.HTTP.Semantics.Server.Internal

newtype Response Source #

Response from server.

Constructors

Response OutObj 

Instances

Instances details
Show Response Source # 
Instance details

Defined in Network.HTTP.Semantics.Server.Internal

data Aux Source #

Additional information.

Constructors

Aux 

Fields