(self)
| 5 | """Used for providing static type-checking when parsing through the http protocol""" |
| 6 | |
| 7 | def on_message_begin(self) -> None: ... |
| 8 | def on_url(self, url: bytes) -> None: ... |
| 9 | def on_header(self, name: bytes, value: bytes) -> None: ... |
| 10 | def on_headers_complete(self) -> None: ... |
nothing calls this directly
no outgoing calls
no test coverage detected