Network.HTTP2.Server.Internal
newtype Request Source #
Request from client.
Constructors
Defined in Network.HTTP2.Server.Types
Methods
showsPrec :: Int -> Request -> ShowS #
show :: Request -> String #
showList :: [Request] -> ShowS #
newtype Response Source #
Response from server.
showsPrec :: Int -> Response -> ShowS #
show :: Response -> String #
showList :: [Response] -> ShowS #
newtype Aux Source #
Additional information.
Fields
Time handle for the worker processing this request and response.