Skip to main content
Module

x/puppeteer/mod.ts>HTTPRequest#headers

A port of puppeteer running on Deno
Latest
method HTTPRequest.prototype.headers
Re-export
import { HTTPRequest } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Returns

Record<string, string>

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