await

abstract suspend fun await(): ResponseBody

Synchronously send the request and return its response from a kotlin.coroutines.CoroutineContext

Throws

if a problem occurred talking to the server.

(and subclasses) if an unexpected error occurs creating the request or decoding the response.