Skip to content

PERS SDK - v2.3.26 / Exports / RequestOptions

Interface: RequestOptions

Table of contents

Properties

Properties

headers

Optional headers: Record<string, string>

Defined in

core/abstractions/http-client.ts:15


params

Optional params: Record<string, string>

Defined in

core/abstractions/http-client.ts:16


timeout

Optional timeout: number

Defined in

core/abstractions/http-client.ts:17


responseType

Optional responseType: "json" | "blob" | "text" | "arraybuffer"

Defined in

core/abstractions/http-client.ts:18