Hacker News new | ask | show | jobs
by WhyNotHugo 89 days ago
httpx has async support (much like aiohttp), whereas urllib is blocking-only. If you need to make N concurrent requests, urllib requires N threads or processes.