Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.http |
Provides types to deal with HTTP.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestBody |
HttpRequestIntent.getBody() |
Modifier and Type | Method and Description |
---|---|
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path,
HttpHeaders headers,
HttpRequestBody body) |
Modifier and Type | Class and Description |
---|---|
class |
FileHttpRequestBody |
class |
FormUrlEncodedHttpRequestBody |
class |
StringHttpRequestBody |
Modifier and Type | Method and Description |
---|---|
HttpRequestBody |
HttpRequest.getBody() |
Modifier and Type | Method and Description |
---|---|
static HttpRequest |
HttpRequest.of(HttpMethod httpMethod,
String url,
HttpHeaders headers,
HttpRequestBody body) |