execute

suspend fun execute(): Response

executes the HTTP call and sends it to the server, awaits the response (async) and returns a Response. When request failed a FetchException will be thrown.

Throws