Fix: add status code for cue struct

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive
2022-08-08 20:11:22 +08:00
parent c3ca308489
commit 6ae03228ac
+3
View File
@@ -8,12 +8,15 @@
body: string
header: [string]: string
trailer: [string]: string
...
}
tls_config?: secret: string
response: {
body: string
header?: [string]: [...string]
trailer?: [string]: [...string]
statusCode: number
...
}
...
}