HttpBodyRequest |
HttpClient.deleteBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP DELETE request with body
|
HttpBodyRequest |
HttpClient.deleteBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP DELETE request with body and with basic authentication
|
HttpBodyRequest |
UnirestClient.deleteBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP DELETE request with body
|
HttpBodyRequest |
UnirestClient.deleteBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP DELETE request with body and with basic authentication
|
HttpBodyRequest |
HttpClient.patchBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP PATCH request with body
|
HttpBodyRequest |
HttpClient.patchBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP PATCH request with body and with basic authentication
|
HttpBodyRequest |
UnirestClient.patchBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP PATCH request with body
|
HttpBodyRequest |
UnirestClient.patchBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP PATCH request with body and with basic authentication
|
HttpBodyRequest |
HttpClient.postBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP POST request with body
|
HttpBodyRequest |
HttpClient.postBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP POST request with body and with basic authentication
|
HttpBodyRequest |
UnirestClient.postBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP POST request with body
|
HttpBodyRequest |
UnirestClient.postBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP POST request with body and with basic authentication
|
HttpBodyRequest |
HttpClient.putBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP PUT request with body
|
HttpBodyRequest |
HttpClient.putBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP PUT request with body and with basic authentication
|
HttpBodyRequest |
UnirestClient.putBody(String _queryUrl,
Map<String,String> _headers,
String _body) |
Create an HTTP PUT request with body
|
HttpBodyRequest |
UnirestClient.putBody(String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password) |
Create an HTTP PUT request with body and with basic authentication
|