commonMain.com.lt.lazy_people_http.config.CustomConfigsNode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LazyPeopleHttp-lib-jvm Show documentation
Show all versions of LazyPeopleHttp-lib-jvm Show documentation
Lazy people http, Retrofit of kmp all targets
package com.lt.lazy_people_http.config
import io.ktor.client.request.*
/**
* creator: lt 2023/3/14 [email protected]
* effect : 自定义配置的节点
* warning:
*/
internal class CustomConfigsNode(val block: HttpRequestBuilder.() -> Unit) {
var next: CustomConfigsNode? = null
}