Skip to content

Commit

Permalink
Merge pull request vinta#1395 from m-alzam/master
Browse files Browse the repository at this point in the history
Fix requests url
  • Loading branch information
vinta authored Oct 19, 2019
2 parents 1911803 + 03c73f3 commit b0ebe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).

* [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests.
* [httplib2](https://github.com/httplib2/httplib2) - Comprehensive HTTP client library.
* [requests](http://docs.python-requests.org/en/latest/) - HTTP Requests for Humans™.
* [requests](https://requests.kennethreitz.org/en/master/) - 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.

Expand Down

0 comments on commit b0ebe51

Please sign in to comment.