| Interface | Description |
|---|---|
| HttpMethod |
Represents an HTTP method and provides static members for HTTP methods defined in RFC 7231, section
4.3 and RFC 5789
|
| HttpRequest<T> |
Defines an interface of an HTTP request.
|
| HttpRequestEntity |
Defines an interface of an HTTP message request body entity.
|
| HttpRequestExecutor |
The interface of an instance that knows how to execute an
HttpRequest. |
| HttpResponse |
An interface of an HTTP response object.
|
| HttpResponseEntity |
Defines an interface of an HTTP response message body entity.
|
| HttpResponseHandler<T> |
An interface of a handler for responses.
|
| OnRedirectCallback |
The interface of a redirection handler that knows how to handle a redirection response.
|
| OnResponseCallback<T> |
Callback for asynchronous response handling.
|
| Class | Description |
|---|---|
| ContentType |
Wrapper for content types as defined in RFC 2045 Section 5
At present this class doesn't support multiple parameters with the same name.
|
| ContentType.Parameter |
A content type parameter as defined in RFC 2045 Section 5.
|
| HttpStatus |
Represents an HTTP status.
|