Module

x/another_cookiejar/mod.ts>CookieJar#getCookie

https://deno.land/x/another_cookiejar
Latest
method CookieJar.prototype.getCookie
import { CookieJar } from "https://dotland.deno.dev/x/another_cookiejar@v5.0.7/mod.ts";

Gets the first cooking matching the defined properties of a given Cookie or CookieOptions. returns undefined if not found or expired. creationDate prop is not checked. Also removes the cookie and returns undefined if cookie is expired.

Returns

Cookie | undefined