From 51cd47ae2f16aa1ca3710717ea1abef51ebc3b1a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 20 Oct 2014 22:22:12 +0300 Subject: [PATCH] uaiohttpclient: Add README. --- uaiohttpclient/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 uaiohttpclient/README diff --git a/uaiohttpclient/README b/uaiohttpclient/README new file mode 100644 index 00000000..a3d88b0a --- /dev/null +++ b/uaiohttpclient/README @@ -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.