Skip to content

RequestOptions

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

Property Type Defined in

body?

any

src/util/types.ts:844

headers?

Record<string, string>

src/util/types.ts:843

method?

Method

src/util/types.ts:842

path?

string

src/util/types.ts:840

query?

Record<string, string>

src/util/types.ts:845

url?

string

src/util/types.ts:841