Skip to content

http.TypeAlias.AryHeaderItem

github-actions[bot] edited this page Jun 8, 2026 · 2 revisions

@zenstone/ts-utils / http / AryHeaderItem

Type Alias: AryHeaderItem

AryHeaderItem = [string, string]

Defined in: src/http/headers.ts:8

单个 Http Header 的数组类型

const header: HeaderAry = ['content-type', 'application/json'];

Clone this wiki locally