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

Method Patch

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

Source from the content-addressed store, hash-verified

313 server.AddRoute(MethodPut, path, handlers...)
314}
315func (server *Server) Patch(path string, handlers ...Handler) {
316 server.AddRoute(MethodPatch, path, handlers...)
317}
318func (server *Server) Delete(path string, handlers ...Handler) {
319 server.AddRoute(MethodDelete, path, handlers...)
320}

Callers

nothing calls this directly

Calls 1

AddRouteMethod · 0.95

Tested by

no test coverage detected