共用方式為


RawHttpHeadersInput type

輸入的 HttpHeaders 集合,以簡單的 JSON 物件表示。

type RawHttpHeadersInput = Record<string, string | number | boolean>