Skip to content

Commit

Permalink
Update ktor-client/ktor-client-core/common/src/io/ktor/client/HttpCli…
Browse files Browse the repository at this point in the history
…ent.kt

Co-authored-by:  Vik Nikolova <contact@viknikolova.com>
  • Loading branch information
e5l and vnikolova authored Oct 18, 2024
1 parent e4c786a commit 8017a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ import kotlin.coroutines.*
*
* val response = client.get("https://api.example.com/protected")
* ```
* Refer to [Client authentication](https://ktor.io/docs/client-auth.html) for more details.
* For more details, refer to [Client authentication](https://ktor.io/docs/client-auth.html).
*
* # Setting Timeouts and Retries
* Configure timeouts and implement retry logic for your requests:
Expand Down

0 comments on commit 8017a0b

Please sign in to comment.