You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use session mode to initiate a request, only aiohttp requests are supported. You only need to configure: REQUESTS_SESSION_STATS = True
If you want to use cookie, you can use it in the download middleware:
downloadmiddleware.py request.cookies = {}
Hello. May be you have example: how to use session as analog requests.Session?
The text was updated successfully, but these errors were encountered: