Lines 1-3
Link Here
|
1 |
Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python. |
1 |
Requests is an ISC Licensed HTTP library, written in Python, for human beings. |
2 |
|
2 |
|
3 |
WWW: http://python-requests.org/ |
3 |
Features |
|
|
4 |
- International Domains and URLs |
5 |
- Keep-Alive & Connection Pooling |
6 |
- Sessions with Cookie Persistence |
7 |
- Browser-style SSL Verification |
8 |
- Basic/Digest Authentication |
9 |
- Elegant Key/Value Cookies |
10 |
- Automatic Decompression |
11 |
- Unicode Response Bodies |
12 |
- Multipart File Uploads |
13 |
- Connection Timeouts |
14 |
- .netrc support |
15 |
- Thread-safe |
16 |
|
17 |
WWW: http://python-requests.org/ |