MCPcopy Create free account
hub / github.com/goadesign/goa / DELETE

Function DELETE

dsl/http.go:311–313  ·  view source on GitHub ↗

DELETE creates a route using the DELETE HTTP method. See GET.

(path string)

Source from the content-addressed store, hash-verified

309
310// DELETE creates a route using the DELETE HTTP method. See GET.
311func DELETE(path string) *expr.RouteExpr {
312 return route("DELETE", path)
313}
314
315// OPTIONS creates a route using the OPTIONS HTTP method. See GET.
316func OPTIONS(path string) *expr.RouteExpr {

Callers

nothing calls this directly

Calls 1

routeFunction · 0.85

Tested by

no test coverage detected