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
A cookies kwarg that can be set with individual request providing cookies just for a single time.
Expected behaviour
Aiohttp provides an interface that mimics requests, but lacks support for sending a dict of cookies with a single request. It's be nice to have an optional keyword argument cookies on sending a request, providing a way to pass in a dict of cookies that are added on top of the cookies stored in the cookiejar.
The text was updated successfully, but these errors were encountered:
Long story short
A
cookies
kwarg that can be set with individual request providing cookies just for a single time.Expected behaviour
Aiohttp provides an interface that mimics requests, but lacks support for sending a dict of cookies with a single request. It's be nice to have an optional keyword argument
cookies
on sending a request, providing a way to pass in a dict of cookies that are added on top of the cookies stored in the cookiejar.The text was updated successfully, but these errors were encountered: