Network.HTTP2.Client.Internal
newtype Request Source #
Request from client.
Constructors
Defined in Network.HTTP2.Client.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 #