RequestOptions
Defined in: src/util/types.ts:403
Properties
Section titled “Properties”
optionalbody:any
Defined in: src/util/types.ts:408
headers?
Section titled “headers?”
optionalheaders:Record<string,string>
Defined in: src/util/types.ts:407
method?
Section titled “method?”
optionalmethod:Method
Defined in: src/util/types.ts:406
optionalpath:string
Defined in: src/util/types.ts:404
query?
Section titled “query?”
optionalquery:Record<string,string>
Defined in: src/util/types.ts:409
optionalurl:string
Defined in: src/util/types.ts:405