micropython-lib/uaiohttpclient
Paul Sokolovsky c94c6e0d45 uaiohttpclient: Release 0.5.1. 2018-01-14 11:51:59 +02:00
..
README
example.py
metadata.txt uaiohttpclient: Release 0.5.1. 2018-01-14 11:51:59 +02:00
setup.py uaiohttpclient: Release 0.5.1. 2018-01-14 11:51:59 +02:00
uaiohttpclient.py

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.