Fix: add status code for cue struct (#4580)

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive
2022-08-09 15:19:32 +08:00
committed by GitHub
parent 4d3ef75601
commit aa1f090fb6
+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
...
}
...
}