Update httplib2 link

The readme of https://github.com/jcgregorio/httplib2 says that repo is deprecated, and we should be using https://github.com/httplib2
This commit is contained in:
Paul Brown 2017-04-14 17:40:04 -05:00 committed by GitHub
parent ff76e53773
commit 60cba77471
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for working with HTTP.*
* [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests.
* [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library.
* [httplib2](https://github.com/httplib2/httplib2) - Comprehensive HTTP client library.
* [requests](http://docs.python-requests.org/en/latest/) - HTTP Requests for Humans™.
* [treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client.
* [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.