micropython-lib/micropython/uaiohttpclient/README

5 wiersze
237 B
Plaintext

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.