From e63d846b15753ca1f51d6afe3405eb2c8c7d655e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 03:59:35 -0400 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3fb3c149..e020fb55 100644 --- a/README.md +++ b/README.md @@ -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 | + + + + + + + + + + + + + + +
International Domains and URLsKeep-Alive & Connection Pooling
Requests officially supports Python 2.7 & 3.4–3.8, and runs great on