• Updates a cookie jar with the Set-Cookie headers from the provided Headers instance.

    Parameters

    • cookieJar: CookieJar

      The cookie jar to update.

    • headers: Headers | Headers$1

      The response headers to populate the cookie jar with.

    Returns Promise<void>