Orbits
1
|
Classes | |
class | AuthBase |
class | HTTPBasicAuth |
class | HTTPProxyAuth |
class | HTTPDigestAuth |
Functions | |
def | _basic_auth_str |
Variables | |
string | CONTENT_TYPE_FORM_URLENCODED = 'application/x-www-form-urlencoded' |
string | CONTENT_TYPE_MULTI_PART = 'multipart/form-data' |
|
private |
Returns a Basic Auth string.
string pip._vendor.requests.auth.CONTENT_TYPE_MULTI_PART = 'multipart/form-data' |
Copyright 2014 Google Inc. All rights reserved.