mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-24 10:13:01 +00:00
* Feat: vela cuex render Signed-off-by: Somefive <yd219913@alibaba-inc.com> * feat: CLI command `vela cuex eval <file>` Signed-off-by: Zhenghao Lou <rhzx3519@gmail.com> * responsive writer Signed-off-by: Somefive <yd219913@alibaba-inc.com> --------- Signed-off-by: Somefive <yd219913@alibaba-inc.com> Signed-off-by: Zhenghao Lou <rhzx3519@gmail.com> Co-authored-by: Zhenghao Lou <rhzx3519@gmail.com>
11 lines
150 B
CUE
11 lines
150 B
CUE
import "vela/http"
|
|
|
|
req: http.#Get & {
|
|
$params: {
|
|
url: "https://cuelang.org"
|
|
}
|
|
}
|
|
|
|
body: req.$returns.body
|
|
statusCode: req.$returns.statusCode
|