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

Function POST

dsl/http.go:301–303  ·  view source on GitHub ↗

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

(path string)

Source from the content-addressed store, hash-verified

299
300// POST creates a route using the POST HTTP method. See GET.
301func POST(path string) *expr.RouteExpr {
302 return route("POST", path)
303}
304
305// PUT creates a route using the PUT HTTP method. See GET.
306func PUT(path string) *expr.RouteExpr {

Callers 15

http_error_test.goFile · 0.85
cookie_dsls.goFile · 0.85
endpoint_dsls.goFile · 0.85
mixedEndpointsDSLFunction · 0.85
path_dsls.goFile · 0.85
result_dsls.goFile · 0.85
streaming_dsls.goFile · 0.85

Calls 1

routeFunction · 0.85

Tested by 3

mixedEndpointsDSLFunction · 0.68