| Package | Description | 
|---|---|
| org.apache.hc.client5.http.async.methods | Common HTTP methods and message handlers for the asynchronous I/O model. | 
| org.apache.hc.client5.http.classic.methods | Common HTTP methods and message handlers for the classic I/O model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConfigurableHttpRequestHTTP request message with a custom configuration. | 
| class  | SimpleHttpRequestHTTP request that can enclose a body represented as a simple text string or an array of bytes. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HttpUriRequestExtended version of the  ClassicHttpRequestinterface that provides
 convenience methods to access request properties such as request URI
 and method type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpDeleteHTTP DELETE method. | 
| class  | HttpGetHTTP GET method. | 
| class  | HttpHeadHTTP HEAD method. | 
| class  | HttpOptionsHTTP OPTIONS method. | 
| class  | HttpPatchHTTP PATCH method. | 
| class  | HttpPostHTTP POST method. | 
| class  | HttpPutHTTP PUT method. | 
| class  | HttpTraceHTTP TRACE method. | 
| class  | HttpUriRequestBase | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.