Type Alias: BeeRequestOptions
BeeRequestOptions =
object
Defined in: bee-js/src/types/index.ts:51
Behavior of the HTTP client, such as timeout, additional headers, custom httpAgent, etc.
Extended by
Properties
baseURL?
optionalbaseURL:string
Defined in: bee-js/src/types/index.ts:52
endlesslyRetry?
optionalendlesslyRetry:boolean
Defined in: bee-js/src/types/index.ts:58
headers?
optionalheaders:Record<string,string>
Defined in: bee-js/src/types/index.ts:54
httpAgent?
optionalhttpAgent:unknown
Defined in: bee-js/src/types/index.ts:56
httpsAgent?
optionalhttpsAgent:unknown
Defined in: bee-js/src/types/index.ts:57
onRequest()?
optionalonRequest: (request) =>void
Defined in: bee-js/src/types/index.ts:55