Package org.apache.http.client.methods
Standard HTTP method implementations.
-
Interface Summary Interface Description AbortableHttpRequest Deprecated. (4.3) useHttpExecutionAwareCloseableHttpResponse Extended version of theHttpResponseinterface 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 theHttpRequestinterface 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 forHttpRequestthat can be used to change properties of the current request without modifying the original object.HttpTrace HTTP TRACE method.RequestBuilder Builder forHttpUriRequestinstances.