From 60cffb076b0b39baaf5da892cb36c9a503d0bd3d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 03:48:25 -0400 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fd0d8880..7c09616f 100644 --- a/README.md +++ b/README.md @@ -72,21 +72,15 @@ Feature Support Requests is ready for today's web. -- 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 -- Automatic Content Decoding -- Unicode Response Bodies -- Multipart File Uploads -- HTTP(S) Proxy Support -- Connection Timeouts -- Streaming Downloads -- `.netrc` Support -- Chunked Requests +| 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 | + Requests officially supports Python 2.7 & 3.4–3.8, and runs great on PyPy. @@ -94,7 +88,7 @@ PyPy. Installation ------------ -To install Requests, simply use [pipenv](http://pipenv.org/) (or pip, of +To install **Requests**, simply use [**pipenv**](http://pipenv.org/) (or **pip**, of course): ```console