Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/cookie.ts>getSetCookies

Deno standard library
Go to Latest
function getSetCookies
import { getSetCookies } from "https://deno.land/std@0.164.0/http/cookie.ts";

Parse set-cookies of a header

Parameters

headers: Headers

The headers instance to get set-cookies from

Returns

List of cookies