Approvals: 0/1
[17:00:51] *** ChanServ sets mode: +o temporalfox
[19:33:10] <pikajude> is there a library I can use to make vertx act like a reverse proxy, i.e. pass all the requests i get to another server
[19:37:42] <myghty> you can just programm it like that :)
[19:38:06] <myghty> pikajude: https://github.com/vert-x3/vertx-examples/blob/master/core-examples/src/main/java/io/vertx/example/core/http/proxy/Proxy.java
[19:38:22] <pikajude> oh ok
[19:38:33] <pikajude> thanks myghty
[19:44:24] <myghty> no problem
[21:16:44] <pikajude> can I get the port that was used by an HttpServerRequest
[22:28:44] <pikajude> is it possible to parse a JSON chunk into a JsonObject?
[23:12:59] <pikajude> oh
[23:13:05] <pikajude> i can do that…using the JsonObject constructor
[23:13:07] <pikajude> brilliant