feat(web): support @response metadata (text/json/html) and return matching run content type

This commit is contained in:
2026-02-25 19:30:17 +08:00
parent f332159217
commit a3d2ff1cb8
8 changed files with 129 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
// @timeout: 10s
// @param: name | default=world | desc=hello <name> | required=false
// @param: upper | default=false | desc=upper text | required=false
// @response: json
import java.time.LocalDateTime
lateinit var args: Array<String>