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

Function CONNECT

dsl/http.go:326–328  ·  view source on GitHub ↗

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

(path string)

Source from the content-addressed store, hash-verified

324
325// CONNECT creates a route using the CONNECT HTTP method. See GET.
326func CONNECT(path string) *expr.RouteExpr {
327 return route("CONNECT", path)
328}
329
330// PATCH creates a route using the PATCH HTTP method. See GET.
331func PATCH(path string) *expr.RouteExpr {

Callers

nothing calls this directly

Calls 1

routeFunction · 0.85

Tested by

no test coverage detected