Skip to main content
Module

x/alosaur/src/deps.ts>getCookies

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

Parse cookies of a header

Parameters

headers: Headers

The headers instance to get cookies from

Returns

Record<string, string>

Object with cookie names as keys