Type Alias: BeeRequestOptions
BeeRequestOptions =
object
Defined in: bee-js/src/types/index.ts:43
Extended by
Properties
baseURL?
optional
baseURL:string
Defined in: bee-js/src/types/index.ts:44
endlesslyRetry?
optional
endlesslyRetry:boolean
Defined in: bee-js/src/types/index.ts:50
headers?
optional
headers:Record
<string
,string
>
Defined in: bee-js/src/types/index.ts:46
httpAgent?
optional
httpAgent:unknown
Defined in: bee-js/src/types/index.ts:48
httpsAgent?
optional
httpsAgent:unknown
Defined in: bee-js/src/types/index.ts:49
onRequest()?
optional
onRequest: (request
) =>void
Defined in: bee-js/src/types/index.ts:47
Parameters
request
Returns
void
timeout?
optional
timeout:number
Defined in: bee-js/src/types/index.ts:45