public class RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.util.MultiMap<String,String> |
customHeaders
Custom headers to be sent in the HTTP request.
|
| Constructor and Description |
|---|
RequestParameters() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,String> |
getCustomHeaders() |
org.mule.runtime.api.util.MultiMap<String,String> |
getCustomQueryParams() |
public org.mule.runtime.api.util.MultiMap<String,String> getCustomQueryParams()
MultiMap containing custom query parameters to be sent in the HTTP request. Parameters returned by this
method will override the ones defined at configuration and operation level.Copyright © 2022. All rights reserved.