See: Description
| Interface | Description | 
|---|---|
| HttpHeaders | Constants for common HTTP headers. | 
| HttpHeaderValues | Interface for common HTTP header values. | 
| HttpMessage<B> | Common interface for HTTP messages. | 
| HttpParameters | Represents HTTP query parameters parsed from the  HttpRequest.getUri(). | 
| HttpRequest<B> | Common interface for HTTP request implementations. | 
| HttpRequestFactory | A factory interface for  MutableHttpRequestobjects. | 
| HttpResponse<B> | Common interface for HTTP response implementations. | 
| HttpResponseFactory | A factory interface for creating  MutableHttpResponseinstances. | 
| HttpResponseProvider | A contract to provide an http response. | 
| MutableHttpHeaders | Extends  HttpHeadersadd methods for mutation of headers. | 
| MutableHttpMessage<B> | An interface for an  HttpMessagethat is mutable allowing headers and the message body to be set. | 
| MutableHttpParameters | Mutable version of  HttpParameterswhich allows adding new parameters. | 
| MutableHttpRequest<B> | An extended version of  HttpRequestthat allows mutating headers, the body etc. | 
| MutableHttpResponse<B> | A version of the  HttpResponseinterface that is mutable allowing the ability to set headers,
 character encoding etc. | 
| PushCapableHttpRequest<B> | A  HttpRequestthat is potentially capable of HTTP2 server push. | 
| Class | Description | 
|---|---|
| BasicAuth | A class representing basic auth authorization header. | 
| FullHttpRequest<B> | A request wrapper with knowledge of the body argument. | 
| HttpMessageWrapper<B> | A wrapper around an  HttpMessage. | 
| HttpRequestWrapper<B> | A wrapper around a  HttpRequest. | 
| HttpResponseWrapper<B> | A wrapper around a  HttpResponse. | 
| MediaType | Represents a media type. | 
| MediaTypeConvertersRegistrar | The media type converters registrar. | 
| Enum | Description | 
|---|---|
| HttpAttributes | Common HTTP attributes. | 
| HttpMethod | An enum containing the valid HTTP methods. | 
| HttpStatus | Represents HTTP status codes. | 
| HttpVersion | Enum representing different HTTP versions. |