Before this change, it was expected that a Route handler implementation wraps the HttpServerRequest (again, since it was already wrapped by the routing context).
This was confusing, because in Vert.x Web apps, the HttpServerRequest implemented WebServerRequest but invocations of its routingContext() method always returned null.
Before this change, it was expected that a
Route
handler implementation wraps theHttpServerRequest
(again, since it was already wrapped by the routing context).This was confusing, because in Vert.x Web apps, the
HttpServerRequest
implementedWebServerRequest
but invocations of itsroutingContext()
method always returnednull
.