Skip to content

RequestOptions

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

Property Type Defined in

body?

any

src/util/types.ts:872

headers?

Record<string, string>

src/util/types.ts:871

method?

Method

src/util/types.ts:870

path?

string

src/util/types.ts:868

query?

Record<string, string>

src/util/types.ts:873

url?

string

src/util/types.ts:869