encode / requests-async

async-await support for `requests`. ✨ 🍰 ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response.next

tomchristie opened this issue · comments

When allow_redirects is set to False, requests sets a response.next property.
I've not really looked into what the interface for that is.
Can we expose an equivelent async interface there?
Would we need to modify the response class to do so?