Skip to main content
Latest
function getCookies
import { getCookies } from "https://deno.land/x/cookies@1.0.0/deps.ts";

Parse the cookies of the Server Request

Parameters

req: { headers: Headers; }

An object which has a headers property

Returns

Cookies