Custom-header (List)#

Path: /facilities/http/client/custom-headers/custom-header

A single custom HTTP request header. Keyed by name within this http-client.

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..9223372036854775807)required-The HTTP header name to send. The following names are reserved and rejected at config-load time (case-insensitive): ‘Authorization’, ‘Host’, ‘Content-Length’, ‘Content-Type’, ‘Transfer-Encoding’, ‘Connection’, ‘Upgrade’, ‘Proxy-Authorization’, ‘Expect’, ‘TE’, ‘Trailer’.

Subsections#

NameTypeDescription
value-source OneOfThe source of the header value. Exactly one of the cases must be set.

Was this helpful?