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

Function PUT

dsl/http.go:306–308  ·  view source on GitHub ↗

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

(path string)

Source from the content-addressed store, hash-verified

304
305// PUT creates a route using the PUT HTTP method. See GET.
306func PUT(path string) *expr.RouteExpr {
307 return route("PUT", path)
308}
309
310// DELETE creates a route using the DELETE HTTP method. See GET.
311func DELETE(path string) *expr.RouteExpr {

Callers 1

payload_dsls.goFile · 0.85

Calls 1

routeFunction · 0.85

Tested by

no test coverage detected