Skip to main content
Module

x/alosaur/src/deps.ts>getCookies

Alosaur - Deno web framework with many decorators
Go to Latest
function getCookies
import { getCookies } from "https://deno.land/x/alosaur@v0.29.0/src/deps.ts";

Parse the cookies of the Server Request

Parameters

req: { headers: Headers; }

An object which has a headers property

Returns

Record<string, string>