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 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. 2017-11-26 19:01:31 +02:00
setup.py uaiohttpclient: Release 0.5. 2017-11-26 19:01:31 +02:00
uaiohttpclient.py uaiohttpclient: Add User-Agent to request, some sites don't like lack of it. 2017-11-26 18:55:16 +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.