import { getCookies } from "https://deno.land/std@0.92.0/http/cookie.ts";
Parse the cookies of the Server Request
Parameters
req: { headers: Headers; }
An object which has a headers
property
import { getCookies } from "https://deno.land/std@0.92.0/http/cookie.ts";
Parse the cookies of the Server Request
An object which has a headers
property