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

Method Head

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

Source from the content-addressed store, hash-verified

21
22 Get(path string, handler any, handlers ...any) Router
23 Head(path string, handler any, handlers ...any) Router
24 Post(path string, handler any, handlers ...any) Router
25 Put(path string, handler any, handlers ...any) Router
26 Delete(path string, handler any, handlers ...any) Router

Callers 15

Test_App_MethodsFunction · 0.65
Test_App_GroupFunction · 0.65
Test_App_RouteChainFunction · 0.65
Test_Domain_HeadFunction · 0.65
Test_HeadFunction · 0.65
Test_Request_HeadFunction · 0.65
HeadMethod · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 14

Test_App_MethodsFunction · 0.52
Test_App_GroupFunction · 0.52
Test_App_RouteChainFunction · 0.52
Test_Domain_HeadFunction · 0.52
Test_HeadFunction · 0.52
Test_Request_HeadFunction · 0.52
Test_Cache_WithHeadFunction · 0.52