Package org.apache.http.client.methods

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

See:
          Description

Interface Summary
AbortableHttpRequest Interface representing an HTTP request that can be aborted by shutting donw the underying HTTP connection.
HttpUriRequest Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
 

Class Summary
HttpGet HTTP GET method.
HttpHead HTTP HEAD method.
HttpOptions HTTP OPTIONS method.
HttpPost HTTP POST method.
HttpPut HTTP PUT method.
HttpTrace HTTP TRACE method.
UrlEncodedFormEntity  
 

Package org.apache.http.client.methods Description

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



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.