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

Method Next

ctx_interface_gen.go:87–87  ·  ctx_interface_gen.go::Ctx.Next

Next executes the next method in the stack that matches the current route.

()

Source from the content-addressed store, hash-verified

85 ClientHelloInfo() *tls.ClientHelloInfo
86 // Next executes the next method in the stack that matches the current route.
87 Next() error
88 // RestartRouting instead of going to the next handler. This may be useful after
89 // changing the request path. Note that handlers might be executed again.
90 RestartRouting() error

Calls

no outgoing calls