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