KtorHttpEngine

class KtorHttpEngine(client: HttpClient) : HttpEngine

Constructors

Link copied to clipboard
constructor(timeoutMillis: Long)
constructor(connectTimeoutMillis: Long, readTimeoutMillis: Long)
constructor(client: HttpClient)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open suspend override fun execute(request: HttpRequest): HttpResponse