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