OkhttpExtKt

public final class OkhttpExtKt

Functions

Link copied to clipboard
public final static ResponseBody await(Call $self)

Schedules the request to be executed at some time in the future, same as Call.enqueue, but wraps the callback in suspendCancellableCoroutine. In case of failure, or if the response has an empty body, the coroutine is resumed with exception.