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

TargetSslProxiesSetProxyHeaderRequest

import type { TargetSslProxiesSetProxyHeaderRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TargetSslProxiesSetProxyHeaderRequest {
proxyHeader?: "NONE" | "PROXY_V1";
}

§Properties

§
proxyHeader?: "NONE" | "PROXY_V1"
[src]

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.