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 top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00
example.py uaiohttpclient: Update example client code. 2023-12-20 14:56:09 +11:00
manifest.py uaiohttpclient: Fix hard coded port 80. 2023-12-20 14:55:51 +11:00
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.