This commit is contained in:
Kenneth Reitz
2011-05-15 21:22:40 -04:00
parent d18ea48b95
commit 054891ab5e
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.. install:
.. _install:
Installation
============
+25
View File
@@ -2,6 +2,31 @@ Feature Overview
================
.. _features:
Requests Can:
-------------
- Make **GET**, **POST**, **PUT**, **DELETE**, and **HEAD** requests.
- Handle HTTP and HTTPS Requests
- Add Request headers (with a simple dictionary)
- URLEncode your Form Data (with a simple dictionary)
- Add Multi-part File Uploads (with a simple dictionary)
- Add CookieJars
- Automatically decompress of GZipped responses
- Support Unicode URLs
- Handle redirects (with history)
- Gracefully timeout
- Interface with Eventlet & Gevent
Requests Can't:
---------------
- Handle Caching
- Handle Keep-Alives
Quickstart
==========