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 ==========