vcrpy
vcrpy copied to clipboard
Ability to not follow redirects for aiohttp
trafficstars
In the code there is a comment indicating that there is a way to not follow redirects here: https://github.com/kevin1024/vcrpy/blob/c79a06f639dd628536c9868044e78df1012985f9/vcr/stubs/aiohttp_stubs.py#L124-L125 However, it appears that the code does not check to see if it is supposed to follow redirects or not. Would it be possible to add a way to not follow redirects?