enqueue

abstract fun enqueue(@NotNull responseCallback: Callback<RequestBody, ResponseBody>)

Asynchronously send the request and notify responseCallback of its response or if an error occurred talking to the server, creating the request, or processing the response.