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

Function TRACE

dsl/http.go:321–323  ·  view source on GitHub ↗

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

(path string)

Source from the content-addressed store, hash-verified

319
320// TRACE creates a route using the TRACE HTTP method. See GET.
321func TRACE(path string) *expr.RouteExpr {
322 return route("TRACE", path)
323}
324
325// CONNECT creates a route using the CONNECT HTTP method. See GET.
326func CONNECT(path string) *expr.RouteExpr {

Callers

nothing calls this directly

Calls 1

routeFunction · 0.85

Tested by

no test coverage detected