Async Requests With Python, Used For Clash Multiple Proxy Delays
This article explores different Python libraries for managing asynchronous requests, specifically useful in dealing with delays caused by proxy conflicts. Libraries covered include aiohttp, aiohttp-requests, requests-async (and its successor http3), many_requests, curequests, asks, trip, and request-futures. Additionally, the article delves into asynchronous non-blocking servers, with a focus on trequests.
async client
http3 (requests-async successor)