Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/superdeno/test/deps.ts>Oak.CookiesGetOptions

Super-agent driven library for testing Deno HTTP servers.
Latest
interface Oak.CookiesGetOptions
Deprecated
Deprecated

(will be removed in 0.212.0) Use https://deno.land/std/http/unstable_signed_cookie.ts instead.

import { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { CookiesGetOptions } = Oak;

Properties

optional
signed: boolean

Overrides the flag that was set when the instance was created.