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

Method Options

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

Source from the content-addressed store, hash-verified

319 server.AddRoute(MethodDelete, path, handlers...)
320}
321func (server *Server) Options(path string, handlers ...Handler) {
322 server.AddRoute(MethodOptions, path, handlers...)
323}
324
325// Group returns a route group rooted at prefix.
326// Middleware passed here applies to every route registered on the group or

Callers

nothing calls this directly

Calls 1

AddRouteMethod · 0.95

Tested by

no test coverage detected