Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>HTTPResponse#headers

Headless Chrome Deno API
Latest
method HTTPResponse.prototype.headers
Re-export
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Returns

Record<string, string>

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