Why would you need a redirect? Typically redirect I can see in Servlet/JSP where things get rendered on the serverside.
In vert.x I would just return something different. Or send it to a different route via the RouteMatcher code in front.
I think in vert.x a lot of things that we used in other environments aren't necessary or have different solutions/needs. You have to think differently.
Mark