Interface: BeeRequest
Defined in: bee-js/src/types/index.ts:392
Properties
headers?
optionalheaders:Record<string,string>
Defined in: bee-js/src/types/index.ts:395
method
method:
string
Defined in: bee-js/src/types/index.ts:394
params?
optionalparams:Record<string,unknown>
Defined in: bee-js/src/types/index.ts:396
url
url:
string
Defined in: bee-js/src/types/index.ts:393