Network.HTTP2.Client.Internal
newtype Request #
Request from client.
Constructors
Defined in Network.HTTP2.Client.Types
Methods
showsPrec :: Int -> Request -> ShowS
show :: Request -> String
showList :: [Request] -> ShowS
newtype Response #
Response from server.
showsPrec :: Int -> Response -> ShowS
show :: Response -> String
showList :: [Response] -> ShowS