Class for accessing and managing cookies in the associated request.

Hierarchy

  • HTTPCookieJar

Constructors

Properties

parsed: {
    [key: string]: HTTPCookie;
} = {}

The cookies parsed from the request.

Type declaration

request: Request

The request whose cookies should be loaded.

Methods