Constructor
Obtains the integer value of the request header field corresponding to header_field_name. The header field value is expected to represent an unsigned integer number in decimal representation.
Obtains the request message body (which may be empty). It may be incomplete if parse() did not yet reach the end of the request message or null if parse() did not yet reach the end of the request message header.
Parses content which is expected to be either the start of a HTTP message or a HTTP message fragment that continues the content passed on the last call to this method. If this method is called again after having finished, it will reset the status first and start parsing a new request message.
Resets the state
URI parser
Returns the minimum of a and b.
Message header parser instance to get header parse results and set limitations.
Reusable exception instances
Maximum accepted request URI length
Requested HTTP method
Type alias for request header field constant definitions
HTTP version
Sets the response HTTP version to v. v must be a known HttpVersion enumerator value and not be HttpVersion.Undefined.
Gets the response HTTP version.
Adds the elements of header_field_names to the set of request message header fields of interest.