SerializedBody

Interface

{@link serializeBody} 的返回值

Signature

interface SerializedBody {
    body: unknown
    contentType?: string | undefined
}

Members

NameTypeDescription
bodyunknown
contentTypeoptionalstring | undefined需要设置的 Content-Type,未设置代表交给底层库/浏览器自行决定

Source

packages/http/src/core/serializeBody.ts:2