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 <[email protected]>
  • Loading branch information
e5l and vnikolova authored Oct 18, 2024
1 parent 709a6b8 commit 4c243b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import kotlin.coroutines.*
* val response: HttpResponse = client.get("https://ktor.io/")
* val body = response.bodyAsText()
* ```
* See [Making HTTP requests](https://ktor.io/docs/client-requests.html) for more details.
* For more details, see [Making HTTP requests](https://ktor.io/docs/client-requests.html).
*
* # Query Parameters
* Add query parameters to your request using the `parameter` function:
Expand Down

0 comments on commit 4c243b7

Please sign in to comment.