Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/http/mod.ts>getSetCookies

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function getSetCookies
import { getSetCookies } from "https://deno.land/std@0.164.0/http/mod.ts";

Parse set-cookies of a header

Parameters

headers: Headers

The headers instance to get set-cookies from

Returns

List of cookies