From: Kenneth Reitz Date: Wed, 22 Jun 2011 02:06:31 +0000 (-0400) Subject: PATCH in Docs X-Git-Tag: v0.5.0^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34a583b8217a1eaf65131958cec0ad659e85fb52;p=services%2Fpython-requests.git PATCH in Docs --- diff --git a/docs/index.rst b/docs/index.rst index 6890a96..663bda5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,8 +27,8 @@ Things shouldn’t be this way. Not in Python. See `the same code, without Requests `_. -Requests allow you to send **GET**, **HEAD**, **PUT**, -**POST**, and **DELETE** HTTP requests. You can add headers, form data, +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.