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

Method Delete

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

Source from the content-addressed store, hash-verified

316 server.AddRoute(MethodPatch, path, handlers...)
317}
318func (server *Server) Delete(path string, handlers ...Handler) {
319 server.AddRoute(MethodDelete, path, handlers...)
320}
321func (server *Server) Options(path string, handlers ...Handler) {
322 server.AddRoute(MethodOptions, path, handlers...)
323}

Callers

nothing calls this directly

Calls 1

AddRouteMethod · 0.95

Tested by

no test coverage detected