Skip to main content
Module

std/http/mod.ts>getCookies

Deno standard library
Go to Latest
function getCookies
import { getCookies } from "https://deno.land/std@0.97.0/http/mod.ts";

Parse the cookies of the Server Request

Parameters

req: { headers: Headers; }

An object which has a headers property

Returns

Record<string, string>