tough-cookie.parsecookieoptions.md

August 1, 2025 ยท View on GitHub

Home > tough-cookie > ParseCookieOptions

ParseCookieOptions interface

Optional configuration to be used when parsing cookies.

Signature:

interface ParseCookieOptions 

Properties

Property

Modifiers

Type

Description

loose?

boolean | undefined

(Optional) If true then keyless cookies like =abc and = which are not RFC-compliant will be parsed.

Contents

  1. 1ParseCookieOptions interface
  2. 2Properties