new FAQs
authorKenneth Reitz <me@kennethreitz.com>
Sun, 21 Aug 2011 03:00:17 +0000 (23:00 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 21 Aug 2011 03:00:17 +0000 (23:00 -0400)
docs/community/faq.rst

index b571764..7b49725 100644 (file)
@@ -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 <interpreters>`_.
 Keep-alive Support?
 -------------------
 
-It's on the way.
\ No newline at end of file
+It's on the way.
+
+
+Proxy Support?
+--------------
+
+You bet!
+