Package-level declarations

Types

Link copied to clipboard
interface KtorAPI<in RQ : Requestor, out R> : API<RQ, R>

基于 ktor 的 API 实现的基础父类型。

Functions

Link copied to clipboard
inline fun <T> ParametersBuilder.appendIfNotnull(name: String, value: T?, toStringBlock: (T) -> String = { it.toString() })

当目标值 value 不为null时拼接。