abstract fun send(handler: Handler<AsyncResult<HttpResponse<T>>>): Unit
Send a request, the handler will receive the response as an HttpResponse.
handler