From c0037973198bcb26788d167fb77de8ec2ee98a60 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Feb 2016 05:05:48 -0500 Subject: [PATCH] Update README.rst --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f92bd540..f6df6d8f 100644 --- a/README.rst +++ b/README.rst @@ -32,8 +32,7 @@ See `the similar code, sans Requests `_. Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, all day. Headers, cookies, json/form data, multipart files, and url parameters can all -be provided with standard Python dictionaries. SSL certificates are automatically -verified against a carefully crafted bundle of root certificates, included. +be provided with standard Python dictionaries. Responses feature RFC-compliant redirection history, unicode/bytes bodies, a case-insensitive header dictionary, and more.