| Package | Description |
|---|---|
| org.apache.http.client.methods |
Standard HTTP method implementations.
|
| org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HttpRequestWrapper |
HttpRequestWrapper.wrap(org.apache.http.HttpRequest request) |
Creates a mutable wrapper of the original request.
|
static HttpRequestWrapper |
HttpRequestWrapper.wrap(org.apache.http.HttpRequest request,
org.apache.http.HttpHost target) |
Creates a mutable wrapper of the original request.
|