All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.lt.lazy_people_http.config.CustomConfigsNode.kt Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy