Driver

interface Driver : AutoCloseable

Inheritors

Functions

Link copied to clipboard
abstract suspend fun call(req: HttpRequest): HttpResult<HttpResponse, Exception>
Link copied to clipboard
abstract fun close()