roundTrip

abstract suspend fun roundTrip(context: ExecutionContext, request: HttpRequest): HttpCall

Execute a single HTTP request and return the response. Consumers MUST call HttpCall.complete() when finished processing the response