Function getCookieValue

  • Gets the value of the given cookie key from all response cookies.

    See

    RFC for example of cookie syntax.

    Returns

    • Value of given cookie, or undefined if not present.

    Parameters

    • allCookies: string[]

      All response cookies.

    • cookieKey: string

      Name of cookie to retrieve.

    Returns string | undefined

Generated using TypeDoc