See: Description
| Interface | Description |
|---|---|
| HttpExecutionAware |
Interface to be implemented by any object that wishes to be notified of blocking I/O operations
that could be cancelled.
|
| HttpUriRequest |
Extended version of the
ClassicHttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| Class | Description |
|---|---|
| HttpDelete |
HTTP DELETE method.
|
| HttpGet |
HTTP GET method.
|
| HttpHead |
HTTP HEAD method.
|
| HttpOptions |
HTTP OPTIONS method.
|
| HttpPatch |
HTTP PATCH method.
|
| HttpPost |
HTTP POST method.
|
| HttpPut |
HTTP PUT method.
|
| HttpTrace |
HTTP TRACE method.
|
| HttpUriRequestBase | |
| RequestBuilder | Deprecated
Use
org.apache.hc.core5.http.io.support.ClassicRequestBuilder |
| Enum | Description |
|---|---|
| ClassicHttpRequests |
Common HTTP methods using
HttpUriRequest as a HTTP request message representation. |
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.