Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CookiesController

Store cookies.

Hierarchy

  • CookiesController

Implemented by

Index

Methods

clearCookies

  • clearCookies(): void

getCookieHeader

  • getCookieHeader(domain: string, path: string): null | string
  • Returns domain cookies or null if nothing.

    Parameters

    • domain: string

      domain of request

    • path: string

      path of request

    Returns null | string

    header cookie value or null if not have cookies.

storeCookies

  • storeCookies(domain: string, cookies: string[]): void

Generated using TypeDoc