mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Merge pull request #119 from satanowski/master
httplib2 added to HTTP section
This commit is contained in:
commit
68773e3728
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue