execute

abstract suspend fun execute(request: HttpRequest): HttpResponse

Executes the given HttpRequest

HTTP errors should not throw but instead return a HttpResponse indicating the status code

Throws

if a network error happens