http2-5.3.9: HTTP/2 library
Safe HaskellNone
LanguageHaskell2010

Network.HTTP2.Server.Internal

Contents

Synopsis

Documentation

newtype Request #

Request from client.

Constructors

Request InpObj 

Instances

Instances details
Show Request 
Instance details

Defined in Network.HTTP.Semantics.Server.Internal

newtype Response #

Response from server.

Constructors

Response OutObj 

Instances

Instances details
Show Response 
Instance details

Defined in Network.HTTP.Semantics.Server.Internal

data Aux #

Additional information.

Constructors

Aux 

Fields

Low level

data Stream #

Instances

Instances details
Show Stream # 
Instance details

Defined in Network.HTTP2.H2.Types

data ServerIO a #

Constructors

ServerIO 

Fields

runIO :: ServerConfig -> Config -> (ServerIO Stream -> IO (IO ())) -> IO () #

Launching a receiver and a sender without workers. Any frames can be sent with sioWriteBytes.