From 0035f33d645ab2dbae7b2af4fb8a9a7738048fc6 Mon Sep 17 00:00:00 2001 From: Satanowski Date: Wed, 9 Jul 2014 21:40:52 +0200 Subject: [PATCH] great httplib2 added to HTTP section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8db848f..a436c6c0 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ long, literate-programming-style documentation generator. * [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™. * [urllib3](https://github.com/shazow/urllib3) - HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more. * [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. +* [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library ## Database