CookiePolicy.return_ok(cookie, request)
Return boolean value indicating whether cookie should be returned to server.
cookie is a Cookie
instance. request is an object implementing the interface defined by the documentation for CookieJar.add_cookie_header()
.
Please login to continue.