com.ecwid.clickhouse.transport.HttpTransport.kt Maven / Gradle / Ivy
package com.ecwid.clickhouse.transport
interface HttpTransport {
fun makePostRequest(uri: String, content: String): HttpResponse
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy