| Name | Description | Type | Package | Framework |
| AbortableHttpRequest | Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. | Interface | org.apache.http.client.methods | Apache HttpComponents |
| AbstractExecutionAwareRequest | Class | org.apache.http.client.methods | Apache HttpComponents | |
| CloseableHttpResponse | Interface | org.apache.http.client.methods | Apache HttpComponents | |
| Configurable | Configuration interface for HTTP requests. | Interface | org.apache.http.client.methods | Apache HttpComponents |
| HttpDelete | The HTTP DELETE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpEntityEnclosingRequestBase | Basic implementation of an entity enclosing HTTP request that can be modified | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpExecutionAware | Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled. | Interface | org.apache.http.client.methods | Apache HttpComponents |
| HttpGet | The HTTP GET method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpHead | The HTTP HEAD method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpOptions | HTTP OPTIONS method. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpPatch | The HTTP PATCH method is defined in RF5789: The PATCH method requests that a set of changes described in the request entity be | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpPost | The HTTP POST method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpPut | The HTTP PUT method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpRequestBase | Base implementation of HttpUriRequest. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpRequestWrapper | A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpTrace | The HTTP TRACE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
| HttpUriRequest | Interface | org.apache.http.client.methods | Apache HttpComponents | |
| RequestBuilder | Builder for HttpUriRequest instances. | Class | org.apache.http.client.methods | Apache HttpComponents |