HttpRequest |
HttpClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP DELETE request with parameters
|
HttpRequest |
HttpClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP DELETE request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP DELETE request with parameters
|
HttpRequest |
UnirestClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP DELETE request with parameters and with basic authentication
|
HttpRequest |
HttpClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create a simple HTTP GET request
|
HttpRequest |
HttpClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create a simple HTTP GET request with basic authentication
|
HttpRequest |
UnirestClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create a simple HTTP GET request
|
HttpRequest |
UnirestClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create a simple HTTP GET request with basic authentication
|
HttpRequest |
HttpContext.getRequest() |
Getter for the Http Request
|
HttpRequest |
HttpClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP PATCH request with parameters
|
HttpRequest |
HttpClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP PATCH request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP PATCH request with parameters
|
HttpRequest |
UnirestClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP PATCH request with parameters and with basic authentication
|
HttpRequest |
HttpClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP POST request with parameters
|
HttpRequest |
HttpClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP POST request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP POST request with parameters
|
HttpRequest |
UnirestClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP POST request with parameters and with basic authentication
|
HttpRequest |
HttpClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP PUT request with parameters
|
HttpRequest |
HttpClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP PUT request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters) |
Create an HTTP PUT request with parameters
|
HttpRequest |
UnirestClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password) |
Create an HTTP PUT request with parameters and with basic authentication
|