can/cant
authorKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 01:22:40 +0000 (21:22 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 01:22:40 +0000 (21:22 -0400)
docs/user/install.rst
docs/user/quickstart.rst

index 14e58f8..7510f74 100644 (file)
@@ -1,4 +1,4 @@
-.. install:
+.. _install:
 
 Installation
 ============
index f476856..52f49d0 100644 (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
 ==========