MCPcopy
hub / github.com/gofiber/fiber / selectRequestHandler

Method selectRequestHandler

app.go:1244–1249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1242}
1243
1244func (app *App) selectRequestHandler() fasthttp.RequestHandler {
1245 if app.hasCustomCtx {
1246 return app.customRequestHandler
1247 }
1248 return app.defaultRequestHandler
1249}
1250
1251// Stack returns the raw router stack.
1252func (app *App) Stack() [][]*Route {

Callers 3

setCtxFuncMethod · 0.95
HandlerMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected