micropython-lib/uaiohttpclient
Paul Sokolovsky 16c57c50f4 uaiohttpclient: Add support for redirects. 2017-11-26 18:55:03 +02:00
..
README uaiohttpclient: Add README. 2017-11-26 18:54:36 +02:00
example.py uaiohttpclient: Add usage example. 2017-11-26 18:54:33 +02:00
uaiohttpclient.py uaiohttpclient: Add support for redirects. 2017-11-26 18:55:03 +02: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.