(controller, context)
| 40 | } |
| 41 | |
| 42 | onRequestStart (controller, context) { |
| 43 | this.handler.onRequestStart?.(controller, { ...context, history: this.history }) |
| 44 | } |
| 45 | |
| 46 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 47 | this.handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
nothing calls this directly
no test coverage detected