http2-4.2.2: HTTP/2 library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP2.Server.Internal

Synopsis

Documentation

newtype Request #

Request from client.

Constructors

Request InpObj 

Instances

Instances details
Show Request # 
Instance details

Defined in Network.HTTP2.Server.Types

Methods

showsPrec :: Int -> Request -> ShowS

show :: Request -> String

showList :: [Request] -> ShowS

newtype Response #

Response from server.

Constructors

Response OutObj 

Instances

Instances details
Show Response # 
Instance details

Defined in Network.HTTP2.Server.Types

Methods

showsPrec :: Int -> Response -> ShowS

show :: Response -> String

showList :: [Response] -> ShowS

data Aux #

Additional information.

Constructors

Aux 

Fields