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

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