(self)
| 1661 | ) |
| 1662 | |
| 1663 | def get_http_client(self): |
| 1664 | # simple_httpclient only: curl doesn't expose the reason string |
| 1665 | return SimpleAsyncHTTPClient() |
| 1666 | |
| 1667 | def test_status(self): |
| 1668 | response = self.fetch("/?code=304") |
nothing calls this directly
no test coverage detected