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

Method Options

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

Source from the content-addressed store, hash-verified

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
31 Query(path string, handler any, handlers ...any) Router

Callers 12

Test_App_MethodsFunction · 0.65
Test_App_OptionsAsteriskFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
Test_Domain_HTTPMethodsFunction · 0.65
Test_OptionsFunction · 0.65
Test_Request_OptionsFunction · 0.65
OptionsMethod · 0.65
OptionsFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 10

Test_App_MethodsFunction · 0.52
Test_App_OptionsAsteriskFunction · 0.52
Test_App_GroupFunction · 0.52
Test_App_RouteChainFunction · 0.52
Test_Domain_HTTPMethodsFunction · 0.52
Test_OptionsFunction · 0.52
Test_Request_OptionsFunction · 0.52