Skip to main content
Module

std/http/cookie.ts>getCookies

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

Parse the cookies of the Server Request

Parameters

req: ServerRequest

Server Request

Returns

Cookies