Header struct
Appears in: requests
table
As: request_headers
, response_headers
Each header is a key-value pair corresponding to an HTTP header sent from or to the client: request and response headers, respectively.
Schema
Section titled “Schema”Field name | Type | Description |
---|---|---|
name | string | Header name |
value | string | Header value |
Header name
Header value