micropython-lib/uaiohttpclient
Paul Sokolovsky 15dd925df9 uaiohttpclient: Release 0.5.
This module was imported from a standalone repository:
https://github.com/pfalcon/micropython-uaiohttpclient
2017-11-26 19:01:31 +02:00
..
README
example.py
metadata.txt uaiohttpclient: Release 0.5. 2017-11-26 19:01:31 +02:00
setup.py uaiohttpclient: Release 0.5. 2017-11-26 19:01:31 +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.