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