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

GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction

import type { GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

A set header action sets a header and forwards the request to the backend. This can be used to trigger custom protection implemented on the backend.

interface GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

Optional. The header key to set in the request to the backend server.

§
value?: string
[src]

Optional. The header value to set in the request to the backend server.