From: Kenneth Reitz Date: Sun, 21 Aug 2011 03:00:17 +0000 (-0400) Subject: new FAQs X-Git-Tag: v0.8.0~94^2~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4bdd84364b602624096b1407c5d10936c6c9068;p=services%2Fpython-requests.git new FAQs --- diff --git a/docs/community/faq.rst b/docs/community/faq.rst index b571764..7b49725 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -5,6 +5,21 @@ Frequently Asked Questions This part of the documentation covers common questions about Requests. +Encoded Data? +------------- + +Requests automatically decompresses GZip'ed responses, and decodes +response conten tinto unicode when encoding information is available. + + +Custom User-Agents? +------------------- + +Requests allows you to easily override User-Agent strings, along with +any other HTTP Header. + + + Why not Httplib2? ----------------- @@ -40,4 +55,11 @@ It's on the way. Here's a list of `supported interpreters `_. Keep-alive Support? ------------------- -It's on the way. \ No newline at end of file +It's on the way. + + +Proxy Support? +-------------- + +You bet! +