__init__.py | 374 # are variant for this request. 431 def request(self, method, request_uri, headers, content): member in class:Authentication 432 """Modify the request headers to add the appropriate 441 Return TRUE is the request is to be retried, for 452 def request(self, method, request_uri, headers, content): member in class:BasicAuthentication 453 """Modify the request headers to add the appropriate 475 def request(self, method, request_uri, headers, content, cnonce = None): member in class:DigestAuthentication 476 """Modify the request headers""" 550 def request(self, method, request_uri, headers, content): member in class:HmacDigestAuthentication 551 """Modify the request headers"" 588 def request(self, method, request_uri, headers, content): member in class:WsseAuthentication 624 def request(self, method, request_uri, headers, content): member in class:GoogleLoginAuthentication 966 def request(self, uri, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): function [all...] |