From: Kenneth Reitz Date: Sat, 31 Mar 2012 04:08:38 +0000 (-0400) Subject: HTTP/1.1 X-Git-Tag: v0.12.0~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11e5c8eab769f0303776f4b922004f34d37d3032;p=services%2Fpython-requests.git HTTP/1.1 --- diff --git a/README.rst b/README.rst index 7ea6ab6..7fad793 100644 --- a/README.rst +++ b/README.rst @@ -26,8 +26,7 @@ Things shouldn't be this way. Not in Python. 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, +Requests allow you to send HTTP/1.1 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 and `urllib3 `_, but it does all the hard work and crazy diff --git a/docs/index.rst b/docs/index.rst index 4475b2e..fcd217d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,7 @@ Things shouldn’t be this way. Not in Python. See `the same code, without Requests `_. -Requests takes all of the work out of Python HTTP — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by `urllib3 `_, which is embedded within Requests. +Requests takes all of the work out of Python HTTP/1.1 — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by `urllib3 `_, which is embedded within Requests. Testimonials