Interface: BeeRequest
Defined in: bee-js/src/types/index.ts:352
Properties
headers?
optionalheaders:Record<string,string>
Defined in: bee-js/src/types/index.ts:355
method
method:
string
Defined in: bee-js/src/types/index.ts:354
params?
optionalparams:Record<string,unknown>
Defined in: bee-js/src/types/index.ts:356
url
url:
string
Defined in: bee-js/src/types/index.ts:353