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

Safe HaskellSafe-Inferred

Network.HTTP.Toolkit.Error

Documentation

data ToolkitError Source

Constructors

InvalidRequestLine ByteString

The request-line of the message is malformed.

InvalidStatusLine ByteString

The status-line of the message is malformed.

InvalidHeader

A header field is malformed.

HeaderTooLarge

The start-line of the message and all header fields together exceed the specified size Limit.

ChunkTooLarge

The size of a body chunk exceeds maxChunkSize.

InvalidChunk

A body chunk is malformed.