Class HttpHeaderOption (0.4.2)

HttpHeaderOption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification determining how headers are added to requests or responses.

Attributes

NameDescription
header_name str
The name of the header.
header_value str
The value of the header to add.
replace bool
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.