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

Method Trace

router.go:29–29  ·  view source on GitHub ↗
(path string, handler any, handlers ...any)

Source from the content-addressed store, hash-verified

27 Connect(path string, handler any, handlers ...any) Router
28 Options(path string, handler any, handlers ...any) Router
29 Trace(path string, handler any, handlers ...any) Router
30 Patch(path string, handler any, handlers ...any) Router
31 Query(path string, handler any, handlers ...any) Router
32

Callers 8

Test_App_MethodsFunction · 0.65
Test_App_Route_NamingFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
Test_Domain_HTTPMethodsFunction · 0.65
WriteMethod · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 7

Test_App_MethodsFunction · 0.52
Test_App_Route_NamingFunction · 0.52
Test_App_GroupFunction · 0.52
Test_App_RouteChainFunction · 0.52
Test_Domain_HTTPMethodsFunction · 0.52