Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method HTTPResponse.prototype.headers
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/src/HTTPResponse.ts";

Returns

Record<string, string>

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