await
suspend fun Request.await(scope: CoroutineContext = Dispatchers.IO): Unit
awaitResponse
suspend fun Request.awaitResponse(scope: CoroutineContext = Dispatchers.IO): ResponseOf<Unit>