Cookie.appliesToUri

Tests if cookie should be sent to uri.

(At the moment, this does not check that cookie's domain matches uri, because it assumes that the caller has already done that. But don't rely on that; it may change in the future.)

class Cookie
bool
appliesToUri

Parameters

uri glib.uri.Uri

a #GUri

Return Value

Type: bool

true if cookie should be sent to uri, false if not