From: Kenneth Reitz Date: Thu, 10 Nov 2011 00:52:10 +0000 (-0800) Subject: httplib + urllib3 X-Git-Tag: v0.8.0~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92a8db6da0fc91b09fd7ff4068dad951aa0a0c8c;p=services%2Fpython-requests.git httplib + urllib3 --- diff --git a/docs/index.rst b/docs/index.rst index 73da870..df7ab83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,15 +33,14 @@ 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 :py:class:`urllib2`, but it does -all the hard work and crazy hacks for you. +response data in the same way. It's powered by :py:class:`httplib` and urllib3, and it works just as you'd expect. Testimonials ------------ `The Washington Post `_, `Twitter, Inc `_, a U.S. Federal Institution, -NIH, +NIH, `Readability `_, and `Work for Pie `_ use Requests internally.