mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Update README.md
This commit is contained in:
@@ -66,15 +66,26 @@ downloads every month. You don't want to be left out!
|
||||
|
||||
Requests is ready for the demands of building robust and reliable HTTP–speaking applications, on today's web (or your own infrastructure).
|
||||
|
||||
|----------------------------------|---------------------------------|
|
||||
| International Domains and URLs | Keep-Alive & Connection Pooling |
|
||||
| Sessions with Cookie Persistence | Browser-style SSL Verification |
|
||||
| Basic & Digest Authentication | Familiar `dict`–like Cookies |
|
||||
| Automatic Decompression | Automatic Content Decoding |
|
||||
| Automatic Connection Pooling | Unicode Response Bodies (smart) |
|
||||
| Multi-part File Uploads | SOCKS Proxy Support |
|
||||
| Connection Timeouts | Streaming Downloads |
|
||||
| Automatic honoring of `.netrc` | Chunked HTTP Requests |
|
||||
<style type="text/css">
|
||||
.tg {border-collapse:collapse;border-spacing:0;}
|
||||
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
|
||||
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
|
||||
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
|
||||
</style>
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<th class="tg-0pky">International Domains and URLs</th>
|
||||
<th class="tg-0pky">Keep-Alive & Connection Pooling</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-0pky"></td>
|
||||
<td class="tg-0pky"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-0pky"></td>
|
||||
<td class="tg-0pky"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Requests officially supports Python 2.7 & 3.4–3.8, and runs great on
|
||||
|
||||
Reference in New Issue
Block a user