From: Kenneth Reitz Date: Mon, 23 Jan 2012 07:34:42 +0000 (-0500) Subject: better feature list X-Git-Tag: v0.10.2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c32b1cd6d65c7a54f3fec547b4731ca7a655e5d4;p=services%2Fpython-requests.git better feature list --- diff --git a/README.rst b/README.rst index 42f3e0c..5a26666 100644 --- a/README.rst +++ b/README.rst @@ -35,16 +35,16 @@ hacks for you. Features -------- -- Browser standard SSL verification. -- Extremely simple HEAD, GET, POST, PUT, PATCH, DELETE Requests. -- Gevent support for Asyncronous Requests. -- Sessions with cookie persistence. -- 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. +- International Domains and URLs +- Keep-Alive & Connection Pooling +- Sessions with Cookie Persistence +- Browser-style SSL Verification +- Basic/Digest Authentication +- Elegant Key/Value Cookies +- Automatic Decompression +- Unicode Response Bodies +- Multipart File Uploads +- Connection Timeouts Installation