Merge pull request #119 from satanowski/master

httplib2 added to HTTP section
This commit is contained in:
Vinta 2014-07-10 13:23:23 +08:00
commit 68773e3728

View file

@ -274,6 +274,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