Skip to content
har.fyi 🧪

Header struct

Appears in: requests table

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 nameTypeDescription
namestringHeader name
valuestringHeader value

name

Header name

value

Header value