| Package | Description |
|---|---|
| com.clicksend.http.client | |
| com.clicksend.http.request |
| Modifier and Type | Method and Description |
|---|---|
protected static com.mashape.unirest.http.HttpMethod |
UnirestClient.convertHttpMetod(HttpMethod method)
Converts a given internal http method enumeration into unirest http method unirest
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getHttpMethod()
Headers for the http request
|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HttpBodyRequest(HttpMethod _method,
String _queryUrl,
Map<String,String> _headers,
String _body)
Create a request with explicit body
|
HttpBodyRequest(HttpMethod _method,
String _queryUrl,
Map<String,String> _headers,
String _body,
String _username,
String _password)
Create a request with explicit body
|
HttpRequest(HttpMethod _method,
String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Initializes a simple http request
|
HttpRequest(HttpMethod _method,
String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Initializes a simple http request
|
Copyright © 2017. All rights reserved.