(ctx CustomCtx)
| 89 | // changing the request path. Note that handlers might be executed again. |
| 90 | RestartRouting() error |
| 91 | setHandlerCtx(ctx CustomCtx) |
| 92 | // OriginalURL contains the original request URL. |
| 93 | // Returned value is only valid within the handler. Do not store any references. |
| 94 | // Make copies or use the Immutable setting to use the value outside the Handler. |
no outgoing calls
no test coverage detected