MCPcopy
hub / github.com/gin-gonic/gin / PUT

Method PUT

routergroup.go:42–42  ·  view source on GitHub ↗
(string, ...HandlerFunc)

Source from the content-addressed store, hash-verified

40 DELETE(string, ...HandlerFunc) IRoutes
41 PATCH(string, ...HandlerFunc) IRoutes
42 PUT(string, ...HandlerFunc) IRoutes
43 OPTIONS(string, ...HandlerFunc) IRoutes
44 HEAD(string, ...HandlerFunc) IRoutes
45 Match([]string, string, ...HandlerFunc) IRoutes

Callers 7

TestLoggerFunction · 0.65
TestLoggerWithConfigFunction · 0.65
performRequestInGroupFunction · 0.65
testRoutesInterfaceFunction · 0.65
TestRouterMethodFunction · 0.65
PUTFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by 6

TestLoggerFunction · 0.52
TestLoggerWithConfigFunction · 0.52
performRequestInGroupFunction · 0.52
testRoutesInterfaceFunction · 0.52
TestRouterMethodFunction · 0.52