ExperimentalKtorApi
This API may change in a future release depending on feedback.
If you'd like to provide some feedback regarding the experimental API, please reach out to us via one of the channels listed here: https://ktor.io/support/
Any usage of a declaration annotated with @ExperimentalKtorApi
must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(ExperimentalStdlibApi::class)
, or by using the compiler argument -opt-in=kotlin.ExperimentalKtorApi
.