CorsSettings
import type { CorsSettings } from "https://googleapis.deno.dev/v1/iap:v1.ts";Allows customers to configure HTTP request paths that'll allow HTTP
OPTIONS call to bypass authentication and authorization.
interface CorsSettings {
allowHttpOptions?: boolean;
}