From 3a4ef8165fb2951781a7bcc4189e90faf26caf2d Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:22 -0700 Subject: Imported Upstream version 0.11.2 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 7ea6ab6..46f1862 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,7 @@ Requests: HTTP for Humans ========================= + .. image:: https://secure.travis-ci.org/kennethreitz/requests.png?branch=develop Requests is an ISC Licensed HTTP library, written in Python, for human @@ -26,8 +27,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 -- cgit v1.2.3