From 77283ecf24070b9387762d332c4bd05a7e13d8cd Mon Sep 17 00:00:00 2001 From: wiygn <smth@bmail.ru> Date: Wed, 3 Jun 2015 05:17:45 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1b7ed0..f3d89a7 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly. * [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library. * [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. +* [aiohttp](https://github.com/KeepSafe/aiohttp) - HTTP client/server for asyncio (PEP 3156). ## Database -- GitLab