summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-10-23 16:03:06 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-10-23 16:03:06 -0400
commit84a2b35b71d3825f387e76c28f5ba25813ff49e2 (patch)
tree7cffe2069f6d73138478fc83e9ae313cfab222e7 /README.rst
parent6b9cb059f6c8b83e4f756aac69bea8693e4a2708 (diff)
downloadpython-requests-84a2b35b71d3825f387e76c28f5ba25813ff49e2.tar.gz
Readme update.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 9 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 3f6455ed..b1919d37 100644
--- a/README.rst
+++ b/README.rst
@@ -34,19 +34,15 @@ all the hard work and crazy hacks for you.
Features
--------
-- Extremely simple HEAD, GET, POST, PUT, PATCH, DELETE Requests
- + Simple HTTP Header Request Attachment
- + Simple Data/Params Request Attachment
- + Simple Multipart File Uploads
- + CookieJar Support
- + Redirection History
- + Proxy Support
- + Redirection Recursion Urllib Fix
- + Auto Decompression of GZipped Content
- + Unicode URL Support
-
-- Simple Authentication
- + Simple URL + HTTP Auth Registry
+- Extremely simple HEAD, GET, POST, PUT, PATCH, DELETE Requests.
+- Gevent support for Asyncronous Requests.
+- Sessions with cookie persistience.
+- Basic, Digest, and Custom Authentication support.
+- Automatic form-encoding of dictionaries
+- A simple dictionary interface for request/response cookies.
+- Multipart file uploads.
+- Automatc decoding of Unicode, gzip, and deflate responses.
+- Full support for unicode URLs and domain names.
Usage