| Package | Description |
|---|---|
| org.mule.runtime.http.api.domain | |
| org.mule.runtime.http.api.domain.message | |
| org.mule.runtime.http.api.domain.message.request | |
| org.mule.runtime.http.api.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveParameterMap
ParameterMap where the key's case is not taken into account when looking for it, adding or aggregating it. |
| Modifier and Type | Method and Description |
|---|---|
ParameterMap |
ParameterMap.toImmutableParameterMap() |
| Constructor and Description |
|---|
CaseInsensitiveParameterMap(ParameterMap paramsMap) |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterMap |
HttpMessageBuilder.headers |
| Modifier and Type | Method and Description |
|---|---|
ParameterMap |
HttpRequest.getQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBuilder |
HttpRequestBuilder.setHeaders(ParameterMap headersMap) |
HttpRequestBuilder |
HttpRequestBuilder.setQueryParams(ParameterMap queryParams) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterMap |
HttpEncoderDecoderUtils.decodeQueryString(String queryString)
Converts a query-string from a request url into a
ParameterMap. |
static ParameterMap |
HttpEncoderDecoderUtils.decodeUriParams(String pathWithUriParams,
String requestPath)
Decodes uri params from a request path
|
static ParameterMap |
HttpEncoderDecoderUtils.decodeUrlEncodedBody(String queryString,
Charset encoding)
Converts an url-encoded body into a
ParameterMap with a given encoding. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.