Safe Haskell | Safe-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 |
ChunkTooLarge | The size of a body chunk exceeds
|
InvalidChunk | A body chunk is malformed. |