class documentation

class HttpMock(object):

Constructor: HttpMock(filename, headers)

View In Hierarchy

Mock of httplib2.Http

Method __init__ No summary
Method close Undocumented
Method request Undocumented
Instance Variable body Undocumented
Instance Variable data Undocumented
Instance Variable headers Undocumented
Instance Variable method Undocumented
Instance Variable response_headers Undocumented
Instance Variable uri Undocumented
def __init__(self, filename=None, headers=None):
Parameters
filenamestring, absolute filename to read response from
headersdict, header to return with response
def close(self):

Undocumented

def request(self, uri, method='GET', body=None, headers=None, redirections=1, connection_type=None):

Undocumented

body =

Undocumented

data =

Undocumented

headers =

Undocumented

method =

Undocumented

response_headers =

Undocumented

uri =

Undocumented