summaryrefslogtreecommitdiff
path: root/devel/py-requests/DESCR
blob: 4571f2e8bc9c43ae9d0cf32bf0a9f626d4d3b96d (plain)
1
2
3
4
5
Requests takes all of the work out of Python HTTP/1.1 - making your
integration with web services seamless. There's no need to manually add query
strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP
connection pooling are 100% automatic, powered by urllib3, which is embedded
within Requests.