MCPcopy
hub / github.com/gin-gonic/gin / Handle

Method Handle

routergroup.go:36–36  ·  view source on GitHub ↗
(string, string, ...HandlerFunc)

Source from the content-addressed store, hash-verified

34 Use(...HandlerFunc) IRoutes
35
36 Handle(string, string, ...HandlerFunc) IRoutes
37 Any(string, ...HandlerFunc) IRoutes
38 GET(string, ...HandlerFunc) IRoutes
39 POST(string, ...HandlerFunc) IRoutes

Callers 10

TestRouterGroupBadMethodFunction · 0.65
testRoutesInterfaceFunction · 0.65
TestShouldBindUriFunction · 0.65
TestBindUriFunction · 0.65
TestBindUriErrorFunction · 0.65
githubConfigRouterFunction · 0.65
testRouteOKFunction · 0.65
testRouteNotOKFunction · 0.65
testRouteNotOK2Function · 0.65
HandleFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by 9

TestRouterGroupBadMethodFunction · 0.52
testRoutesInterfaceFunction · 0.52
TestShouldBindUriFunction · 0.52
TestBindUriFunction · 0.52
TestBindUriErrorFunction · 0.52
githubConfigRouterFunction · 0.52
testRouteOKFunction · 0.52
testRouteNotOKFunction · 0.52
testRouteNotOK2Function · 0.52