MCPcopy Create free account
hub / github.com/BryanMwangi/pine / Put

Method Put

pine.go:312–314  ·  view source on GitHub ↗
(path string, handlers ...Handler)

Source from the content-addressed store, hash-verified

310 server.AddRoute(MethodPost, path, handlers...)
311}
312func (server *Server) Put(path string, handlers ...Handler) {
313 server.AddRoute(MethodPut, path, handlers...)
314}
315func (server *Server) Patch(path string, handlers ...Handler) {
316 server.AddRoute(MethodPatch, path, handlers...)
317}

Callers

nothing calls this directly

Calls 1

AddRouteMethod · 0.95

Tested by

no test coverage detected