puppeteer/website/versioned_docs/version-9.1.1/puppeteer.httprequest.headers.md
2021-08-10 11:09:48 +01:00

476 B

Home > puppeteer > HTTPRequest > headers

HTTPRequest.headers() method

Signature:

headers(): Record<string, string>;

Returns:

Record<string, string>

an object with HTTP headers associated with the request. All header names are lower-case.