From: Mike Waldner Date: Wed, 24 Aug 2011 05:30:38 +0000 (-0400) Subject: Adding basic authentication. Also string formatting X-Git-Tag: v0.8.0~94^2~112^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dd2235ac5343ce0c4d4a4b7937f8ce2127f0612;p=services%2Fpython-requests.git Adding basic authentication. Also string formatting #139 --- diff --git a/requests/utils.py b/requests/utils.py index 8bda43d..461582c 100644 --- 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