Skip to content

@ahqstore/plugin-api / HTTPOutputData

Interface: HTTPOutputData

Defined in: index.ts:174

Properties

body

body: ArrayBuffer

Defined in: index.ts:179


headers

headers: Record<string, string>

Defined in: index.ts:178


ok

ok: boolean

Defined in: index.ts:175


status

status: number

Defined in: index.ts:176


statusText

statusText: string

Defined in: index.ts:177