Merge branch 'master' of github.com:kennethreitz/requests

This commit is contained in:
2016-02-03 04:54:07 -05:00
+6
View File
@@ -8,6 +8,12 @@ Requests: HTTP for Humans
:target: https://pypi.python.org/pypi/requests
**Requests** is the only *Non-GMO* HTTP library for Python, safe for human
beings.
Most existing Python modules for sending HTTP requests are extremely
verbose and cumbersome. Python's builtin urllib2 module provides most of
the HTTP capabilities you should need, but the API is thoroughly broken.
It requires an enormous amount of work (even method overrides) to
consumption.
Consumption of other HTTP libraries may result in dangerous side-effects,