Package org.apache.http.client.methods
package org.apache.http.client.methods
Standard HTTP method implementations.
-
ClassDescriptionDeprecated.Extended version of the
HttpResponse
interface that also extendsCloseable
.Configuration interface for HTTP requests.HTTP DELETE methodBasic implementation of an entity enclosing HTTP request that can be modifiedInterface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.HTTP GET method.HTTP HEAD method.HTTP OPTIONS method.HTTP PATCH method.HTTP POST method.HTTP PUT method.Base implementation ofHttpUriRequest
.A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.HTTP TRACE method.Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.Builder forHttpUriRequest
instances.
HttpExecutionAware