Skip to content

RequestOptions

Defined in: src/util/types.ts:403

optional body: any

Defined in: src/util/types.ts:408


optional headers: Record<string, string>

Defined in: src/util/types.ts:407


optional method: Method

Defined in: src/util/types.ts:406


optional path: string

Defined in: src/util/types.ts:404


optional query: Record<string, string>

Defined in: src/util/types.ts:409


optional url: string

Defined in: src/util/types.ts:405