Skip to content

RequestOptions

Defined in: src/types.ts:321

optional body: any

Defined in: src/types.ts:326


optional headers: Record<string, string>

Defined in: src/types.ts:325


optional method: Method

Defined in: src/types.ts:324


optional path: string

Defined in: src/types.ts:322


optional query: Record<string, string>

Defined in: src/types.ts:327


optional url: string

Defined in: src/types.ts:323