great httplib2 added to HTTP section

This commit is contained in:
Satanowski 2014-07-09 21:40:52 +02:00
parent edb8b46fec
commit 0035f33d64

View File

@ -272,6 +272,7 @@ long, literate-programming-style documentation generator.
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™. * [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. * [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. * [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 ## Database