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

Method Connect

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

Source from the content-addressed store, hash-verified

25 Put(path string, handler any, handlers ...any) Router
26 Delete(path string, handler any, handlers ...any) Router
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

Callers 6

Test_App_MethodsFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
Test_Domain_HTTPMethodsFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 6

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