http2-0.1.0: HTTP/2.0 library including HPACK

Safe HaskellSafe-Inferred

Network.HPACK.HeaderBlock.HeaderField

Contents

Synopsis

Type

type HeaderBlock = [HeaderField]Source

Type for header block.

emptyHeaderBlock :: HeaderBlockSource

Empty header block.

data HeaderField Source

Type for representation.

type HeaderName = ByteStringSource

Header name.

type HeaderValue = ByteStringSource

Header value.

type Index = IntSource

Index for table.

data Indexing Source

Whether or not adding to a table.

Constructors

Add 
NotAdd 

Instances

data Naming Source

Index or literal.

Constructors

Idx Index 
Lit HeaderName 

Instances