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

Network.HTTP2.Client.Internal

Contents

Synopsis

Documentation

newtype Request #

Request from client.

Constructors

Request OutObj 

Instances

Instances details
Show Request 
Instance details

Defined in Network.HTTP.Semantics.Client.Internal

newtype Response #

Response from server.

Constructors

Response InpObj 

Instances

Instances details
Show Response 
Instance details

Defined in Network.HTTP.Semantics.Client.Internal

data ClientConfig Source #

Client configuration

Constructors

ClientConfig 

Fields

Instances

Instances details
Show ClientConfig Source # 
Instance details

Defined in Network.HTTP2.Client.Run

Eq ClientConfig Source # 
Instance details

Defined in Network.HTTP2.Client.Run

data Settings Source #

Constructors

Settings 

Fields

Instances

Instances details
Show Settings Source # 
Instance details

Defined in Network.HTTP2.H2.Settings

Eq Settings Source # 
Instance details

Defined in Network.HTTP2.H2.Settings

data Aux #

Additional information.

Constructors

Aux 

Fields

Low level

data Stream Source #

Instances

Instances details
Show Stream Source # 
Instance details

Defined in Network.HTTP2.H2.Types

runIO :: ClientConfig -> Config -> (ClientIO -> IO (IO a)) -> IO a Source #

Launching a receiver and a sender.