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

HttpHeader

import type { HttpHeader } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The HTTP header.

interface HttpHeader {
headerName?: string | null;
headerValue?: string | null;
}

§Properties

§
headerName?: string | null
[src]

The header name.

§
headerValue?: string | null
[src]

The header value.