I am new to Vertx, I am writing a proxy server, which will take request, update header, and send to another server. On receiving response, send the complete response as it is to client.
In vertx, Is there a way I do this straign forward or I need to implement handler for each http method and content type, to create new request and send using new client?