From 365ef510aa3581a79709673e078401724601fc71 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:19 -0700 Subject: Imported Upstream version 0.10.1 --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5e8fa6d..bc6c291 100644 --- a/README.rst +++ b/README.rst @@ -27,16 +27,18 @@ See `the same code, without Requests `_. Requests allow you to send **HEAD**, **GET**, **POST**, **PUT**, **PATCH**, and **DELETE** HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the -response data in the same way. It's powered by httplib, but it does -all the hard work and crazy hacks for you. +response data in the same way. It's powered by httplib and `urllib3 +`_, but it does all the hard work and crazy +hacks for you. Features -------- +- Browser standard SSL verification. - Extremely simple HEAD, GET, POST, PUT, PATCH, DELETE Requests. - Gevent support for Asyncronous Requests. -- Sessions with cookie persistience. +- Sessions with cookie persistence. - Basic, Digest, and Custom Authentication support. - Automatic form-encoding of dictionaries - A simple dictionary interface for request/response cookies. @@ -48,7 +50,7 @@ Features Usage ----- -It couldn't be simpler. :: +It couldn't be simpler:: >>> import requests >>> r = requests.get('http://google.com') -- cgit v1.2.3