Package | Description |
---|---|
io.sphere.sdk.http |
Provides types to deal with HTTP.
|
Modifier and Type | Method and Description |
---|---|
static FormUrlEncodedHttpRequestBody |
FormUrlEncodedHttpRequestBody.of(List<NameValuePair> data) |
static FormUrlEncodedHttpRequestBody |
FormUrlEncodedHttpRequestBody.of(Map<String,List<String>> data)
Creator if the order does not matter and there are no duplicates.
|
static FormUrlEncodedHttpRequestBody |
FormUrlEncodedHttpRequestBody.ofStringMap(Map<String,String> data)
Creator if the order does not matter and there are no duplicates.
|