| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Transport.HTTP2
Documentation
class HTTP2BodyChunk a where Source #
Instances
| HTTP2BodyChunk Response Source # | |
Defined in Simplex.Messaging.Transport.HTTP2 Methods getBodyChunk :: Response -> IO ByteString Source # getBodySize :: Response -> Maybe Int Source # | |
| HTTP2BodyChunk Request Source # | |
Defined in Simplex.Messaging.Transport.HTTP2 Methods getBodyChunk :: Request -> IO ByteString Source # getBodySize :: Request -> Maybe Int Source # | |
defaultHTTP2BufferSize :: BufferSize Source #
http2TLSParams :: Supported Source #
getHTTP2Body :: HTTP2BodyChunk a => a -> Int -> IO HTTP2Body Source #
httpALPN11 :: ALPN Source #