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