Skip to main content
Module

x/abc/vendor/https/deno.land/std/http/cookie.ts>getCookies

A better Deno framework to create web application.
Go to Latest
function getCookies
import { getCookies } from "https://deno.land/x/abc@v1.1.0/vendor/https/deno.land/std/http/cookie.ts";

Parse the cookies of the Server Request

Parameters

req: { headers: Headers; }

An object which has a headers property