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

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

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

interface Driver : AutoCloseable {
  suspend fun call(req: HttpRequest): HttpResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy