uaiohttpclient: Add README.

pull/226/merge
Paul Sokolovsky 2014-10-20 22:22:12 +03:00
rodzic c2dce8f68a
commit 51cd47ae2f
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,4 @@
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.