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

SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

import type { SecurityPolicyRuleHttpHeaderActionHttpHeaderOption } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOption {
headerName?: string;
headerValue?: string;
}

§Properties

§
headerName?: string
[src]

The name of the header to set.

§
headerValue?: string
[src]

The value to set the named header to.