Skip to main content

CookieHeaders

Overview

Usage

import { CookieHeaders } from 'keywork/http/headers'

Properties

Cookie: `string`

Contains stored HTTP cookies previously sent by the server with the "Set-Cookie" header.

Defined in

http/headers/mod.ts:70

Set-Cookie: `string`

Send cookies from the server to the user-agent.

Defined in

http/headers/mod.ts:72