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