mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'master' of github.com:kennethreitz/requests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user