Const
Fetch function implementation.
Makes the HTTP timeout not only apply until the response starts streaming in but until the response is fully consumed.
Number of retries to make on failed network calls. This only takes effect on errors thrown during the initial fetch() call and not while streaming the body.
The fallback retry delay in milliseconds. This value is used when a server does not send a delay value in the Retry-After header or if the header value is incorrectly formatted.
The upper limit for the retry delay in milliseconds. When a server requests a delay larger than this, the engine will consider it unavailable until the specified timestamp is close enough.
HTTP status codes that should always trigger a retry, regardless of the default behaviour. This can be used to, for example, force retries on server-side errors in the 500 range.
HTTP request timeout in milliseconds.
Include credentials flags.
Authentication for a source as a "username:password"-pair.