micropython-lib/uaiohttpclient
Paul Sokolovsky c94c6e0d45 uaiohttpclient: Release 0.5.1. 2018-01-14 11:51:59 +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
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 uaiohttpclient: Support HTTP reply lines without textual description. 2018-01-14 11:50:32 +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.