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

net.devslash.HttpClientAdapter.kt Maven / Gradle / Ivy

There is a newer version: 0.26.2
Show newest version
package net.devslash

interface HttpClientAdapter : AutoCloseable {
  suspend fun request(httpRequest: HttpRequest): HttpResponse
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy