Specification determining how headers are added to requests
or responses.
Attributes
Name
Description
header_name
str
The name of the header.
This field is a member of oneof_ _header_name.
header_value
str
The value of the header to add.
This field is a member of oneof_ _header_value.
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.
This field is a member of oneof_ _replace.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[],[]]