micropython-lib/micropython/uaiohttpclient
Damien George 7271f1ddc7 all: Change use of "uasyncio" to "asyncio".
Signed-off-by: Damien George <damien@micropython.org>
2024-06-14 10:29:46 +10:00
..
README all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
example.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
manifest.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
uaiohttpclient.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00

README

uaiohttpclient is an HTTP client module for MicroPython asyncio module,
with API roughly compatible with aiohttp (https://github.com/KeepSafe/aiohttp)
module. Note that only client is implemented, for server see picoweb
microframework.