()
| 178 | } |
| 179 | |
| 180 | onRequestSent () { |
| 181 | this.#handler.onRequestSent?.() |
| 182 | } |
| 183 | |
| 184 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 185 | this.#handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
nothing calls this directly
no test coverage detected