public static interface HttpParameters.InboundHeadersParameter
Modifier and Type | Method and Description |
---|---|
HttpParameters.Build |
extendedInboundHeaders(ExtendedInboundHeaders extendedInboundHeaders)
Set the inbound headers on the HTTP call.
|
HttpParameters.Build |
inboundHeaders(InboundHeaders inboundHeaders)
Set the inbound headers on the HTTP call.
|
HttpParameters.Build |
noInboundHeaders()
No inbound headers.
|
HttpParameters.Build inboundHeaders(InboundHeaders inboundHeaders)
inboundHeaders
- the inbound headers for the HTTP callHttpParameters.Build extendedInboundHeaders(ExtendedInboundHeaders extendedInboundHeaders)
extendedInboundHeaders
- the inbound headers for the HTTP callHttpParameters.Build noInboundHeaders()