micropython-lib/uaiohttpclient
Paul Sokolovsky 51cd47ae2f uaiohttpclient: Add README. 2017-11-26 18:54:36 +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: Initial implementation of the client. 2017-11-26 18:53:57 +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.