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

Method Patch

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

Source from the content-addressed store, hash-verified

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

Callers 11

Test_App_MethodsFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
TestRemoveRouteFunction · 0.65
Test_Domain_HTTPMethodsFunction · 0.65
Test_PatchFunction · 0.65
Test_Request_PatchFunction · 0.65
PatchMethod · 0.65
PatchFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 9

Test_App_MethodsFunction · 0.52
Test_App_GroupFunction · 0.52
Test_App_RouteChainFunction · 0.52
TestRemoveRouteFunction · 0.52
Test_Domain_HTTPMethodsFunction · 0.52
Test_PatchFunction · 0.52
Test_Request_PatchFunction · 0.52