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

GatewayConfig

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

Configuration options for Cluster HTTP Gateway.

interface GatewayConfig {
http2Enabled?: boolean;
}

§Properties

§
http2Enabled?: boolean
[src]

Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.