Overview
-
module Protocol
-
module HTTP1
-
module Body
-
class Chunked
-
class Fixed
-
class Remainder
A body that reads all remaining data from the connection.
-
-
class Connection
-
class Error
-
class ProtocolError
The protocol was violated in some way, e.g. trying to write a request while reading a response.
-
class LineLengthError
-
class BadRequest
The request was not able to be parsed correctly, or failed some kind of validation.
-
class BadHeader
A header name or value was invalid, e.g. contains invalid characters.
-
class InvalidRequest
Indicates that the request is invalid for some reason, e.g. syntax error, invalid headers, etc.
-
class ContentLengthError
The specified content length and the given content's length do not match.
-
module Reason
-
-