Package | Description |
---|---|
io.sphere.sdk.http |
Provides types to deal with HTTP.
|
Modifier and Type | Method and Description |
---|---|
static UriTemplate |
UriTemplate.of(String uriTemplate)
Creates a new uri template from the given parameter.
|
Modifier and Type | Method and Description |
---|---|
static UrlBuilder |
UrlBuilder.of(UriTemplate uriTemplate)
Creates a new builder from the given parameter.
|