MCPcopy Create free account
hub / github.com/kataras/iris / HandleMany

Method HandleMany

mvc/controller.go:28–28  ·  view source on GitHub ↗
(httpMethod, path, funcName string, middleware ...context.Handler)

Source from the content-addressed store, hash-verified

26 GetRoutes(methodName string) []*router.Route
27 Handle(httpMethod, path, funcName string, middleware ...context.Handler) *router.Route
28 HandleMany(httpMethod, path, funcName string, middleware ...context.Handler) []*router.Route
29}
30
31// BeforeActivation is being used as the only one input argument of a

Callers 11

WithSitemapFunction · 0.65
mainFunction · 0.65
BeforeActivationMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
newAppFunction · 0.65
newAppFunction · 0.65
ApplyMethod · 0.65
BeforeActivationMethod · 0.65
handleManyMethod · 0.65
BeforeActivationMethod · 0.65

Implementers 1

ControllerActivatormvc/controller.go

Calls

no outgoing calls

Tested by 2

BeforeActivationMethod · 0.52
BeforeActivationMethod · 0.52