Skip to main content
Module

x/another_cookiejar/cookie_jar.ts>CookieJar#getCookieString

https://deno.land/x/another_cookiejar
Latest
method CookieJar.prototype.getCookieString
import { CookieJar } from "https://deno.land/x/another_cookiejar@v5.0.4/cookie_jar.ts";

Converts the cookies to a string that can be used in a request.

Parameters

url: string | Request | URL
  • the url to get the cookies for. if provided, will only return cookies that match the domain and path of the url.