Since: API Level 1
package

org.apache.http.client.methods

Classes | Description

Request implementations for the various HTTP methods like GET and POST.

more...

Interfaces

AbortableHttpRequestInterface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. 
HttpUriRequestExtended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type. 

Classes

HttpDeleteHTTP DELETE method

The HTTP DELETE method is defined in section 9.7 of RFC2616:

The DELETE method requests that the origin server delete the resource identified by the Request-URI. 
HttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified. 
HttpGetHTTP GET method. 
HttpHeadHTTP HEAD method. 
HttpOptionsHTTP OPTIONS method. 
HttpPostHTTP POST method. 
HttpPutHTTP PUT method. 
HttpRequestBaseBasic implementation of an HTTP request that can be modified. 
HttpTraceHTTP TRACE method.