Package org.apache.http.client.methods
Standard HTTP method implementations.
-
Interface Summary Interface Description AbortableHttpRequest Deprecated. (4.3) useHttpExecutionAware
CloseableHttpResponse Extended version of theHttpResponse
interface that also extendsCloseable
.Configurable Configuration interface for HTTP requests.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 theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. -
Class Summary Class Description AbstractExecutionAwareRequest HttpDelete HTTP DELETE methodHttpEntityEnclosingRequestBase Basic implementation of an entity enclosing HTTP request that can be modifiedHttpGet HTTP GET method.HttpHead HTTP HEAD method.HttpOptions HTTP OPTIONS method.HttpPatch HTTP PATCH method.HttpPost HTTP POST method.HttpPut HTTP PUT method.HttpRequestBase Base implementation ofHttpUriRequest
.HttpRequestWrapper A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.HttpTrace HTTP TRACE method.RequestBuilder Builder forHttpUriRequest
instances.