Cookie.appliesToUri
bool appliesToUri(glib.uri.Uri uri)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.)
Parameters
uri | a #GUri |
Returns
true if cookie should be sent to uri, false if not