percent encoded

This commit is contained in:
Kenneth Reitz
2012-03-07 16:50:02 -08:00
parent 658d609e9f
commit 946f7ec579
+1
View 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']