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

Method Query

router.go:31–31  ·  router.go::Router.Query
(path string, handler any, handlers ...any)

Source from the content-addressed store, hash-verified

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
33 Add(methods []string, path string, handler any, handlers ...any) Router
34 All(path string, handler any, handlers ...any) Router

Callers 15

WithInputMethod · 0.65
Test_App_MethodsFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
Test_App_StackFunction · 0.65
Test_BindError_SourcesFunction · 0.65
Test_Bind_QueryFunction · 0.65
Test_Bind_Query_MapFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 15

Test_App_MethodsFunction · 0.52
Test_App_GroupFunction · 0.52
Test_App_RouteChainFunction · 0.52
Test_App_StackFunction · 0.52
Test_BindError_SourcesFunction · 0.52
Test_Bind_QueryFunction · 0.52
Test_Bind_Query_MapFunction · 0.52