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

HttpGatewayRouteHeader

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

An object that represents the HTTP header in the gateway route.

interface HttpGatewayRouteHeader {
invert?: boolean | null;
match?: HeaderMatchMethod | null;
name: string;
}

§Properties

§
invert?: boolean | null
[src]

Specify True to match anything except the match criteria. The default value is False.

§
name: string
[src]

A name for the HTTP header in the gateway route that will be matched on.