Skip to main content
Version: 23.8.0

ResponseForRequest 接口

¥ResponseForRequest interface

满足请求所需的响应数据。

¥Required response data to fulfill a request with.

签名

¥Signature

export interface ResponseForRequest

属性

¥Properties

属性

修饰符

类型

描述

默认

body

string | Uint8Array

contentType

string

headers

记录<字符串,字符串 | 字符串[] | 未知>

可选的响应标头。

记录值将转换为字符串,如下所示:数组的值将映射到字符串(当你需要具有相同名称的多个标头时使用)。非数组将转换为字符串。

status

数字