SerializedBody
Interface{@link serializeBody} 的返回值
Signature
interface SerializedBody {
body: unknown
contentType?: string | undefined
}Members
| Name | Type | Description |
|---|---|---|
| body | unknown | — |
| contentTypeoptional | string | undefined | 需要设置的 Content-Type,未设置代表交给底层库/浏览器自行决定 |
Source
packages/http/src/core/serializeBody.ts:2