| Package | Description |
|---|---|
| org.mule.extension.http.api | |
| org.mule.extension.http.internal.request |
| Modifier and Type | Method and Description |
|---|---|
static HttpSendBodyMode |
HttpSendBodyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpSendBodyMode[] |
HttpSendBodyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSendBodyMode |
ConfigurationOverrides.getSendBodyMode() |
| Modifier and Type | Method and Description |
|---|---|
Function<Event,HttpSendBodyMode> |
HttpRequesterConfig.getSendBodyMode() |
Function<Event,HttpSendBodyMode> |
RequestSettings.getSendBodyMode() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequester.Builder |
HttpRequester.Builder.setSendBodyMode(HttpSendBodyMode sendBodyMode) |
| Constructor and Description |
|---|
MuleEventToHttpRequest(HttpRequesterConfig config,
String uri,
String method,
HttpStreamingType streamingMode,
HttpSendBodyMode sendBodyMode,
TransformationService transformationService) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.