Skip to content

Commit

Permalink
KTOR-7174 update ktor-client HttpRequestRetryConfig class name and co…
Browse files Browse the repository at this point in the history
…rresponding api documentation link (#552)
  • Loading branch information
stokado authored Dec 5, 2024
1 parent d283c60 commit 416d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/client-request-retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A [runnable example](https://github.com/ktorio/ktor-documentation/tree/%ktor_ver
* `exponentialDelay` specifies an exponential delay between retries, which is calculated using the Exponential backoff algorithm.

You can learn more about supported configuration options
from [HttpRequestRetry.Configuration](https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.plugins/-http-request-retry/-configuration).
from [HttpRequestRetryConfig](https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.plugins/-http-request-retry-config).

### Configure retry conditions {id="conditions"}

Expand Down

0 comments on commit 416d5e2

Please sign in to comment.