Update README.md

This commit is contained in:
2019-09-18 03:59:35 -04:00
committed by GitHub
parent d6db3901cb
commit e63d846b15
+20 -9
View File
@@ -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 HTTPspeaking 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 &amp; 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.43.8, and runs great on