http2-4.1.0: HTTP/2 library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP2.Client.Internal

Synopsis

Documentation

newtype Request Source #

Request from client.

Constructors

Request OutObj 

Instances

Instances details
Show Request Source # 
Instance details

Defined in Network.HTTP2.Client.Types

newtype Response Source #

Response from server.

Constructors

Response InpObj 

Instances

Instances details
Show Response Source # 
Instance details

Defined in Network.HTTP2.Client.Types