HttpEngine

interface HttpEngine

A wrapper around platform specific engines

Inheritors

Functions

Link copied to clipboard
abstract fun dispose()

Disposes any resources used by the HttpEngine

Link copied to clipboard
abstract suspend fun execute(request: HttpRequest): HttpResponse

Executes the given HttpRequest

Link copied to clipboard
Link copied to clipboard