micropython-lib/uaiohttpclient
Paul Sokolovsky 0976a44c57 uaiohttpclient: Switch to use StreamWriter.aclose(). 2017-11-26 18:55:11 +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: Switch to use StreamWriter.aclose(). 2017-11-26 18:55:11 +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.