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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string (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#
| Name | Type | Description |
|---|---|---|
| value-source | OneOf | The source of the header value. Exactly one of the cases must be set. |