From 054891ab5eab54256cce05edbaf86a11807a5ba8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 May 2011 21:22:40 -0400 Subject: [PATCH] can/cant --- docs/user/install.rst | 2 +- docs/user/quickstart.rst | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index 14e58f8a..7510f74f 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -1,4 +1,4 @@ -.. install: +.. _install: Installation ============ diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index f476856b..52f49d09 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 ==========