Takes an input stream that contains data in HTTP chunked format and outputs the raw data.
Outputs data to an output stream in HTTP chunked format.
Represents an HTTP request made to a server.
Represents the HTTP response from the server back to the client.
Respresents a HTTP response status.
Creates a new ChunkedInputStream instance.
Creates a new ChunkedInputStream instance.
Creates a new ChunkedInputStream instance.
Creates a new ChunkedOutputStream instance.
Utility function that throws a HTTPStatusException with status code "400 Bad Request" if the condition is not met.
Utility function that throws a HTTPStatusException if the condition is not met.
Returns the HttpMethod value matching the given HTTP method string.
Returns the string representation of the given HttpMethod.
Parses the cookie from a header field, returning the name of the cookie. Implements an algorithm equivalent to https://tools.ietf.org/html/rfc6265#section-5.2
Common classes for HTTP clients and servers.