From: Kenneth Reitz Date: Sun, 13 Nov 2011 05:59:22 +0000 (-0500) Subject: s X-Git-Tag: v0.8.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f6246a7b84a7889864b1b1be3545bc8801bf7df;p=services%2Fpython-requests.git s --- diff --git a/docs/index.rst b/docs/index.rst index bab640b..5491e98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,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**, +Requests allows 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:`httplib` and :py:class:`urllib3`, and it strives to be as elegant and approachable as possible.