http-requests

HTTP sync / async python (>=3.6) library that works with requests and aiohttp libraries, exploiting the best of each one


Keywords
http, asynchronous, request
License
MIT
Install
pip install http-requests==0.1

Documentation

http_requests

HTTP sync / sync python library that works with both: requests and aiohttp, exploiting the best of each one

NOTE

If obj = aiohttp.ClientSession, then calling obj.loop is deprecated for reasons discussed in this github issue, but this project use it for convenience