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

Method Get

router.go:22–22  ·  router.go::Router.Get
(path string, handler any, handlers ...any)

Source from the content-addressed store, hash-verified

20 Use(args ...any) Router
21
22 Get(path string, handler any, handlers ...any) Router
23 Head(path string, handler any, handlers ...any) Router
24 Post(path string, handler any, handlers ...any) Router
25 Put(path string, handler any, handlers ...any) Router

Callers 15

quoteStringMethod · 0.65
quoteRawStringMethod · 0.65
getOfferFunction · 0.65
testGracefulShutdownFunction · 0.65
Test_Listen_Print_RouteFunction · 0.65
AcquireRedirectFunction · 0.65
acquireOldInputFunction · 0.65
RouteMethod · 0.65
BackMethod · 0.65
Test_Hook_OnRouteFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 15

testGracefulShutdownFunction · 0.52
Test_Listen_Print_RouteFunction · 0.52
Test_Hook_OnRouteFunction · 0.52
Test_Hook_OnRoute_MountFunction · 0.52
Test_Hook_OnNameFunction · 0.52
Test_Hook_OnName_ErrorFunction · 0.52
Test_Hook_OnGroupFunction · 0.52
Test_Hook_OnGroup_MountFunction · 0.52
Test_Hook_OnGroupNameFunction · 0.52
Test_Hook_OnPreShutdownFunction · 0.52