Interface: IRequestOptions

identifiers/Interfaces.Interfaces.IRequestOptions

Table of contents

Properties

  • body

  • headers

  • keepalive

  • method

Properties

body

Optional body: string

Defined in

identifiers/Interfaces.ts:22


headers

headers: object

Defined in

identifiers/Interfaces.ts:19


keepalive

keepalive: boolean

Defined in

identifiers/Interfaces.ts:21


method

method: REQUEST_TYPES

Defined in

identifiers/Interfaces.ts:20