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

BackendServiceHttpCookie

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

The HTTP cookie used for stateful session affinity.

interface BackendServiceHttpCookie {
name?: string;
path?: string;
ttl?: Duration;
}

§Properties

§
name?: string
[src]

Name of the cookie.

§
path?: string
[src]

Path to set for the cookie.

§

Lifetime of the cookie.