BuilderType
- the builder classpublic interface HttpRequestOperationConfig<BuilderType> extends OperationOptionsConfig<BuilderType>
Modifier and Type | Method and Description |
---|---|
BuilderType |
disableFollowsRedirect()
Configures the requester to not follow redirects
|
BuilderType |
disableParseResponse()
Disables the http response parsing
|
BuilderType |
disableStatusCodeValidation()
Disables the status code validation for the response
|
BuilderType |
enableFollowsRedirect()
Configures the requester to follows redirects
|
BuilderType |
method(String method) |
BuilderType |
requestConfig(HttpRequesterConfig requestConfig) |
BuilderType |
requestStreamingMode(HttpStreamingType mode)
Configures if the HTTP request should do streaming (transfer-encoding chunk).
|
responseTimeout
BuilderType method(String method)
method
- HTTP method for the HTTP requestBuilderType enableFollowsRedirect()
BuilderType disableFollowsRedirect()
BuilderType requestStreamingMode(HttpStreamingType mode)
BuilderType requestConfig(HttpRequesterConfig requestConfig)
requestConfig
- the config to use for the requesterBuilderType disableStatusCodeValidation()
BuilderType disableParseResponse()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.