Options
All
  • Public
  • Public/Protected
  • All
Menu

Class implementation of Deno's Cookie.

Hierarchy

  • Cookie

Index

Constructors

  • new Cookie(name: string, value: string, params: Omit<BrowserCookie, "name" | "value">): Cookie

Properties

name: string
params: Omit<BrowserCookie, "name" | "value">
value: string

Methods

  • toFullString(): string
  • Returns full (as in the original) string of the Cookie

    Returns string

  • toString(): string
  • Returns short string of the Cookie that contains only the key (name) and the value.

    Returns string

Generated using TypeDoc