http3-0.0.10: HTTP/3 library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP3.Internal

Synopsis

Documentation

data ApplicationProtocolError where #

Application protocol errors of QUIC.

data IFrame Source #

Constructors

IInit

Parsing is about to start

IType QInt

Parsing type

ILen H3FrameType QInt

Parsing length

IPay H3FrameType Int Int [ByteString]

Parsing payload

IDone H3FrameType ByteString ByteString

Parsing done

Instances

Instances details
Show IFrame Source # 
Instance details

Defined in Network.HTTP3.Frame

Eq IFrame Source # 
Instance details

Defined in Network.HTTP3.Frame

Methods

(==) :: IFrame -> IFrame -> Bool #

(/=) :: IFrame -> IFrame -> Bool #

data QInt Source #

Instances

Instances details
Show QInt Source # 
Instance details

Defined in Network.HTTP3.Frame

Methods

showsPrec :: Int -> QInt -> ShowS #

show :: QInt -> String #

showList :: [QInt] -> ShowS #

Eq QInt Source # 
Instance details

Defined in Network.HTTP3.Frame

Methods

(==) :: QInt -> QInt -> Bool #

(/=) :: QInt -> QInt -> Bool #