Part of bzrlib.tests.test_http_response View In Hierarchy
| Method | __init__ | Undocumented |
| Method | send | Ignores the writes on the socket. |
Inherited from HTTPConnection:
| Method | connect | Undocumented |
Inherited from AbstractHTTPConnection (via HTTPConnection):
| Method | getresponse | Capture the response to be able to cleanup |
| Method | cleanup_pipe | Read the remaining bytes of the last response if any. |
| Method | _mutter_connect | Undocumented |
| Method | _wrap_socket_for_reporting | Wrap the socket before anybody use it. |