I tried the sample provided within the documentation of the requests library for python.
With async.map(rs), I get the response codes, but I want to get
async.map(rs)
If you want to use asyncio, then requests-async provides async/await functionality for requests - https://github.com/encode/requests-async
requests-async
requests