/**
Optional
fetchOverride fetch function
You can specify a fetch like function to be called, instead of fetch
global function.
Note: This will get overriden if specified FRRequestOptions.fetchFn.
Optional
fetchdefault fetch options. * Fetch options those will be passed to every request
Optional
hookshooks for request lifecyle. * NOTE: They're not interceptors
Optional
logsenable logging
Optional
retrynumber of retries in case of failure.
*
This bounds to FROptions.retryOn - if retryOn
is not specified (or empty array), it will not retry at all
*
Optional
retryDelay (in milliseconds) between each retry.
Optional
retryStatus codes to follow for retries.
This bounds to FROptions.retryCount - if retryCount
is not specified (or less than 1), it will not retry at all
Client options.