HttpClientRequest httpClientRequest = clien.requestAbs(Methord,APIURI.toString(),response ->{
Buffer totalBuffer = Buffer.buffer();
response.handler(buffer -> {
totalBuffer.append(buffer);
}
response.endHandler((v) -> {
///logic using the totalBuffer.
});
});
httpClientRequest.setFollowRedirects(true).end();
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/ca0ced6e-2d85-4f8b-b2fc-7ff2f215051d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/9a734016-9642-484c-950a-983f1d0f2af4%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/4E97BEBE-88C1-4527-85B4-37A88B1959ED%40julienviet.com.