micropython-lib/uaiohttpclient
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
..
README
example.py
metadata.txt
setup.py all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +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.