Search Results for tag async

Found 2 results
Asynchronous Programming with httpx
Article on how to get started with Python httpx module, an alternative to the requests module. httpx is a modern library and has support for HTTP/1.1 and HTTP/2. It also supports both synchronous and asynchronous HTTP requests. ... read more
{ updated: 2024-01-11 }
Sending Asynchronous Requests in Python with asyncio and aiohttp
Tutorial on how to send asynchronous HTTP requests using the asynchio and aiohttp modules in Python 3.10 and greater. This code is different from that of previous versions. ... read more
{ updated: 2024-01-10 }