See: Description
| Interface | Description | 
|---|---|
| HttpUriRequest | Extended version of the  ClassicHttpRequestinterface that provides
 convenience methods to access request properties such as request URI
 and method type. | 
| Class | Description | 
|---|---|
| ClassicHttpRequests | Common HTTP methods using  HttpUriRequestas a HTTP request message representation. | 
| HttpDelete | HTTP DELETE method. | 
| HttpGet | HTTP GET method. | 
| HttpHead | HTTP HEAD method. | 
| HttpOptions | HTTP OPTIONS method. | 
| HttpPatch | HTTP PATCH method. | 
| HttpPost | HTTP POST method. | 
| HttpPut | HTTP PUT method. | 
| HttpTrace | HTTP TRACE method. | 
| HttpUriRequestBase | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.