CookieHeaders
Overview
Usage
- Node
- Deno
import { CookieHeaders } from 'keywork/http/headers'
import { CookieHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Cookie
Cookie: `string`
Defined in
http/headers/mod.ts:70
Set-Cookie
Set-Cookie: `string`
Send cookies from the server to the user-agent.
Defined in
http/headers/mod.ts:72
Contains stored HTTP cookies previously sent by the server with the "Set-Cookie" header.