================
+.. _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
==========