static org.apache.http.client.methods.HttpDelete |
HttpClientFacade.createDeleteRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP DELETE Request
|
static org.apache.http.client.methods.HttpGet |
HttpClientFacade.createGetRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP GET Request
|
static org.apache.http.client.methods.HttpHead |
HttpClientFacade.createHeadRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP HEAD Request
|
static org.apache.http.client.methods.HttpPatch |
HttpClientFacade.createPatchRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP PATCH Request
|
static org.apache.http.client.methods.HttpPost |
HttpClientFacade.createPostRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP POST Request
|
static org.apache.http.client.methods.HttpPut |
HttpClientFacade.createPutRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP PUT Request
|
static org.apache.http.client.methods.HttpTrace |
HttpClientFacade.createTraceRequest(String url,
HttpClientRequestOptions httpClientRequestOptions) |
Build HTTP TRACE Request
|
static org.apache.http.client.config.RequestConfig |
HttpClientFacade.prepareConfig(HttpClientRequestOptions httpClientRequestOptions) |
Prepare HTTP Request Configurations
|