io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSend()
Send a request, the handler will receive the response as an HttpResponse .
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendBuffer(Buffer body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendForm(MultiMap body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendJson(Object body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendJsonObject(JsonObject body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendMultipartForm(MultipartForm body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendStream(io.reactivex.Flowable<Buffer> body)
|
io.reactivex.Single<HttpResponse<T>> |
HttpRequest.rxSendStream(ReadStream<Buffer> body)
|