feat(web): support @response metadata (text/json/html) and return matching run content type
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user