| Package | Description | 
|---|---|
| org.apache.http.client.methods | Standard HTTP method implementations. | 
| org.apache.http.impl.client.cache | 
This package contains a cache module that can be used for HTTP/1.1
client-side caching. | 
| org.apache.http.impl.execchain | HTTP request execution chain APIs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractExecutionAwareRequest | 
| class  | HttpDeleteHTTP DELETE method | 
| class  | HttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request
 that can be modified | 
| 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  | HttpRequestBaseBase implementation of  HttpUriRequest. | 
| class  | HttpTraceHTTP TRACE method. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableHttpResponse | CachingExec. execute(HttpRoute route,
       HttpRequestWrapper request,
       HttpClientContext context,
       HttpExecutionAware execAware) | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.