import { getCookies } from "https://deno.land/x/abc@v1.3.1/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
import { getCookies } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/http/cookie.ts";
Parse the cookies of the Server Request
An object which has a headers
property