Skip to content

@ahqstore/plugin-api / HTTPOutput

Class: HTTPOutput

Defined in: index.ts:182

Implements

Constructors

Constructor

new HTTPOutput(data): HTTPOutput

Defined in: index.ts:189

Parameters

data

HTTPOutputData

Returns

HTTPOutput

Properties

body

body: ArrayBuffer

Defined in: index.ts:187

Implementation of

HTTPOutputData.body


headers

headers: Record<string, string>

Defined in: index.ts:186

Implementation of

HTTPOutputData.headers


ok

ok: boolean

Defined in: index.ts:183

Implementation of

HTTPOutputData.ok


status

status: number

Defined in: index.ts:184

Implementation of

HTTPOutputData.status


statusText

statusText: string

Defined in: index.ts:185

Implementation of

HTTPOutputData.statusText

Methods

json()

json<T>(encoding): T

Defined in: index.ts:213

Converts the data into json

Type Parameters

T

T

Parameters

encoding

string = "utf-8"

The encoding of the string, default utf-8

Returns

T

Type of data


text()

text(encoding): string

Defined in: index.ts:202

Converts the data into string

Parameters

encoding

string = "utf-8"

The encoding of the string, default utf-8

Returns

string

string output of the data


toObjectURL()

toObjectURL(): string

Defined in: index.ts:221

Converts the data to object URL

Returns

string

Object URL of the data