diff --git a/articles/refitter-file-format.html b/articles/refitter-file-format.html index a0b0ae4..344ccef 100644 --- a/articles/refitter-file-format.html +++ b/articles/refitter-file-format.html @@ -142,7 +142,8 @@
baseUrl
- Used as the HttpClient base address. Leave this blank to manually set the base URLhttpMessageHandlers
- A collection of HttpMessageHandler
that is added to the HttpClient pipelineusePolly
- Set this to true to configure the HttpClient to use Polly using a retry policy with a jittered backoffusePolly
- (DEPRECATED) Set this to true to configure the HttpClient to use Polly using a retry policy with a jittered backofftransientErrorHandler
: Set this to configure transient error handling with a retry policy that uses a jittered backoff. See https://refitter.github.io/api/Refitter.Core.TransientErrorHandler.htmlmaxRetryCount
- This is the max retry count used in the Polly retry policy. Default is 6firstBackoffRetryInSeconds
- This is the duration of the initial retry backoff. Default is 1 second