Skip to content

Commit

Permalink
percent encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Mar 8, 2012
1 parent 658d609 commit 946f7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requests/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
: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']
Expand Down

0 comments on commit 946f7ec

Please sign in to comment.