Interface: BeeRequest
Defined in: bee-js/src/types/index.ts:352
Properties
headers?
optional
headers: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?
optional
params:Record
<string
,unknown
>
Defined in: bee-js/src/types/index.ts:356
url
url:
string
Defined in: bee-js/src/types/index.ts:353