addCookieFull

open fun addCookieFull(cookie: Cookie, uri: <Error class: unknown class>? = null, firstParty: <Error class: unknown class>? = null)

Adds @cookie to @jar.

Emits the signal@CookieJar::changed signal if we are modifying an existing cookie or adding a valid new cookie ('valid' means that the cookie's expire date is not in the past).

Parameters

cookie

a #SoupCookie

uri

the URI setting the cookie

firstParty

the URI for the main document