Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60cba77

Browse files
authored
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
1 parent ff76e53 commit 60cba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
649649
*Libraries for working with HTTP.*
650650

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

0 commit comments

Comments
 (0)