Skip to content

Commit

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

Co-authored-by:  Vik Nikolova <contact@viknikolova.com>
  • Loading branch information
e5l and vnikolova authored Nov 11, 2024
1 parent b6083f9 commit 023f174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import io.ktor.utils.io.*
import kotlinx.coroutines.*

/**
* Represents a prepared HTTP request statement for `HttpClient`.
* Represents a prepared HTTP request statement for [HttpClient].
*
* The `HttpStatement` class encapsulates a request configuration without executing it immediately.
* This statement can be executed on-demand via various methods such as [execute], allowing for
Expand Down

0 comments on commit 023f174

Please # to comment.