projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
658d609
)
percent encoded
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 8 Mar 2012 00:50:02 +0000
(16:50 -0800)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 8 Mar 2012 00:50:02 +0000
(16:50 -0800)
requests/defaults.py
patch
|
blob
|
history
diff --git
a/requests/defaults.py
b/requests/defaults.py
index ae4c6e7522c9c2dca4bfb09ac61e3c8b7ea7d00c..7b6c4518ad0e5f3b922480743406f2550b2031db 100644
(file)
--- a/
requests/defaults.py
+++ b/
requests/defaults.py
@@
-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']