class documentation
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 |
Undocumented |
| Instance Variable | uri |
Undocumented |
| Parameters | |
| filename | string, absolute filename to read response from |
| headers | dict, header to return with response |
def request(self, uri, method='GET', body=None, headers=None, redirections=1, connection_type=None):
¶
Undocumented