projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc2c540
)
Adding basic authentication. Also string formatting
author
Mike Waldner
<mwaldner@gilt.com>
Wed, 24 Aug 2011 05:30:38 +0000
(
01:30
-0400)
committer
Mike Waldner
<mwaldner@gilt.com>
Wed, 24 Aug 2011 05:30:38 +0000
(
01:30
-0400)
#139
requests/utils.py
patch
|
blob
|
history
diff --git
a/requests/utils.py
b/requests/utils.py
index 8bda43d193222179317360a817f948abf039d5c2..461582cf9656ac442ff7feb92f45f4699fc32077 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-172,7
+172,7
@@
def curl_from_request(request):
"""Creates a curl command from the request."""
#TODO - Files
- #TODO - OAuth
/Other Auths
+ #TODO - OAuth
#TODO - Cookies
#: -L/--location - if there is a redirect, redo request on the new place