micropython-lib/micropython/uaiohttpclient
Mark Blakeney 9ceda53180 uaiohttpclient: Update example client code.
Signed-off-by: Mark Blakeney <mark.blakeney@bullet-systems.net>
2023-12-20 14:56:09 +11:00
..
README
example.py uaiohttpclient: Update example client code. 2023-12-20 14:56:09 +11:00
manifest.py
uaiohttpclient.py uaiohttpclient: Update "yield from" to "await". 2023-12-20 14:56:04 +11:00

README

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