(self)
| 186 | |
| 187 | |
| 188 | def do_GET(self): |
| 189 | headers = self.prepare_headers() |
| 190 | self.init_vars() |
| 191 | self.dispatch_response(self.response_provider.response_for_url_and_headers(self.path, headers)) |
| 192 | |
| 193 | |
| 194 | def prepare_headers(self): |
nothing calls this directly
no test coverage detected