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
Field name | Type | Description |
---|---|---|
name | string | Header name |
value | string | Header value |
name
Header name
value
Header value