英文: Ktor client closes before response 问题 我正在尝试使用 Ktor 创建一个 HTTP 客户端。使用教程中的代码,我有以下代码块: suspend fun m...
io.ktor.client.call.NoTransformationFound:class io.ktor.utils.io.ByteBufferChannel(Kotlin reflection is not available)
英文: io.ktor.client.call.NoTransformationFound:class io.ktor.utils.io.ByteBufferChannel(Kotlin reflec...
使用Koin在Android中进行Ktor-Client:缺少类型 ‘io.ktor.client.engine.HttpClientEngine’。
英文: Using Koin for Ktor-Client in Android: Missing type 'io.ktor.client.engine.HttpClientEngine&...
Android应用程序在Ktor无法连接到远程URL时崩溃。
英文: Android app crashes when Ktor is unable to connect to remote URL 问题 你的Kotlin代码中的问题可能与Ktor的网络请求和错...
Parsing JSON in Kotlin Multiplatform:io.ktor.serialization.JsonConvertException:非法输入
英文: Parsing JSON in Kotlin Multiplatform : io.ktor.serialization.JsonConvertException: Illegal input...
如何正确更改Dokku应用容器中的Java运行时?
英文: How to properly change Java Runtime on Dokku app container? 问题 我正在服务器上的Dokku容器内运行Ktor后端应用程序。默认情况...
无法在更新依赖项后为Kotlin Multiplatform项目创建新的iOS发布版本。
英文: Unable to create new IOS-release for Kotlin Multiplatform project after updating dependencies 问题...
尝试在Ktor中设置OAuth,出现providerLookup问题。
英文: Trying to set up OAuth with Ktor, providerLookup problems 问题 我正在尝试为Kotlin Ktor设置OAuth。我尝试遵循文档,但在...
如何创建 Ktor 客户端的层次结构
英文: How to create hierarchy of ktor clients 问题 来自Okhttp,我习惯于创建多个HTTP客户端实例,其中每个实例“继承”来自父实例的行为(并添加自己的行...
Ktor测试路由与 ‘authenticate(){}’
英文: Ktor testing routes with 'authenticate(){}' 问题 以下是代码部分的翻译: fun Application.install() { r...