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 88796a1 commit 0fa339a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ import kotlin.coroutines.*
* // Accessing cookies
* val cookies: List<Cookie> = client.cookies("https://example.com")
* ```
* Learn more at [Cookies](https://ktor.io/docs/client-cookies.html).
* For more information, see the [Cookies](https://ktor.io/docs/client-cookies.html) documentation.
*
* # Uploading Files
* Upload files using multipart/form-data requests:
Expand Down

0 comments on commit 0fa339a

Please sign in to comment.