http2-0.0.1: HTTP/2.0 library including HPACK

Safe HaskellNone

Network.HPACK.Types

Contents

Synopsis

Header

type HeaderName = CI ByteString

Header name

type HeaderValue = ByteStringSource

Header value.

type Header = (HeaderName, ByteString)

Header

Misc

type ByteStream = ByteStringSource

Byte stream in HTTP request/response.

type Index = IntSource

Index for table.

data DecodeError Source

Errors for decoder.

Constructors

IndexOverrun Index

Index is out of range