percent encoded v0.10.7
authorKenneth Reitz <me@kennethreitz.com>
Thu, 8 Mar 2012 00:50:02 +0000 (16:50 -0800)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 8 Mar 2012 00:50:02 +0000 (16:50 -0800)
requests/defaults.py

index ae4c6e7..7b6c451 100644 (file)
@@ -17,6 +17,7 @@ Configurations:
 :safe_mode: If true, Requests will catch all errors.
 :pool_maxsize: The maximium size of an HTTP connection pool.
 :pool_connections: The number of active HTTP connection pools to use.
+:encode_uri: If true, URIs will automatically be percent-encoded.
 """
 
 SCHEMAS = ['http', 'https']