Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 769 Bytes

tough-cookie.parsecookieoptions.md

File metadata and controls

57 lines (27 loc) · 769 Bytes

Home > tough-cookie > ParseCookieOptions

ParseCookieOptions interface

Optional configuration to be used when parsing cookies.

Signature:

export 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.