tighttp-0.0.0.9: Tiny and Incrementally-Growing HTTP library

Safe HaskellNone
LanguageHaskell98

Network.TigHTTP.Types

Contents

Synopsis

Request and Response

Header Types

First Line

data Version

Constructors

Version Int Int 

Instances

data Path

Constructors

Path ByteString 

Instances

General Header

data Connection

Constructors

Connection ByteString 

Instances

data TransferEncoding

Constructors

Chunked 

Request Header

data Accept

Instances

data Host

Constructors

Host ByteString (Maybe Int) 

Instances

Response Header

Entity Header

data ContentLength

Constructors

ContentLength Int 

Instances

data Type

Constructors

Text 
TypeRaw ByteString 

Instances

data Subtype

Instances

Basic Types

data Charset

Constructors

Utf8 
CharsetRaw ByteString 

Instances

data Qvalue

Constructors

Qvalue Double 

Instances