Network.HTTP.Semantics.Client.Internal
newtype Request Source #
Request from client.
Constructors
Defined in Network.HTTP.Semantics.Client.Internal
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 #
data Aux Source #
Additional information.
Fields
How many streams can be created without blocking.