1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Jakub Roztocil
2014-05-05 21:17:23 +02:00
parent 5a989b6075
commit d9eca19b8f
19 changed files with 57 additions and 57 deletions

View File

@@ -2,7 +2,7 @@ class AuthPlugin(object):
"""
Base auth plugin class.
See <https://github.com/jkbr/httpie-ntlm> for an example auth plugin.
See <https://github.com/jakubroztocil/httpie-ntlm> for an example auth plugin.
"""

View File

@@ -16,7 +16,7 @@ class HTTPBasicAuth(requests.auth.HTTPBasicAuth):
"""
Override username/password serialization to allow unicode.
See https://github.com/jkbr/httpie/issues/212
See https://github.com/jakubroztocil/httpie/issues/212
"""
r.headers['Authorization'] = type(self).make_header(