Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method HTTPResponse.prototype.headers
Re-export
import { HTTPResponse } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

Returns

Record<string, string>

An object with HTTP headers associated with the response. All header names are lower-case.