Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Headers

import type { Headers } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

Contains a list of HTTP header names.

interface Headers {
Items?: string[] | null;
Quantity: number;
}

§Properties

§
Items?: string[] | null
[src]

A list of HTTP header names.

§
Quantity: number
[src]

The number of header names in the Items list.