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

SingleHeader

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

Inspect one of the headers in the web request, identified by name, for example, User-Agent or Referer. The name isn't case sensitive.

You can filter and inspect all headers with the FieldToMatch setting Headers.

This is used to indicate the web request component to inspect, in the "FieldToMatch" specification.

Example JSON: "SingleHeader": { "Name": "haystack" }

interface SingleHeader {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the query header to inspect.