http-kit-0.1.0: A low-level HTTP library

Safe HaskellSafe-Inferred

Network.HTTP.Toolkit.Error

Documentation

data ToolkitError Source

Constructors

InvalidRequestLine ByteString

Parsing of HTTP request-line failed.

InvalidStatusLine ByteString

Parsing of HTTP status-line failed.

InvalidHeader

A header field is malformed.

HeaderTooLarge

The message header exceeds the specified Limit.

ChunkTooLarge

The size of a body chunk exceeds maxChunkSize.

InvalidChunk

A body chunk is malformed.