2012-08-11 14:18:03 +02:00
|
|
|
Requests is an ISC Licensed HTTP library, written in Python, for human beings.
|
2011-08-26 06:37:53 +02:00
|
|
|
|
2012-08-11 14:18:03 +02:00
|
|
|
Features
|
2013-04-26 04:58:51 +02:00
|
|
|
|
2012-08-11 14:18:03 +02:00
|
|
|
- International Domains and URLs
|
|
|
|
- Keep-Alive & Connection Pooling
|
|
|
|
- Sessions with Cookie Persistence
|
|
|
|
- Browser-style SSL Verification
|
|
|
|
- Basic/Digest Authentication
|
|
|
|
- Elegant Key/Value Cookies
|
|
|
|
- Automatic Decompression
|
|
|
|
- Unicode Response Bodies
|
|
|
|
- Multipart File Uploads
|
|
|
|
- Connection Timeouts
|
|
|
|
- .netrc support
|
2013-04-26 04:58:51 +02:00
|
|
|
- Python 2.6-3.3
|
2012-08-11 14:18:03 +02:00
|
|
|
- Thread-safe
|
|
|
|
|
2013-04-26 04:58:51 +02:00
|
|
|
WWW: http://python-requests.org/
|