Patrik Fortier
Results
2
issues of
Patrik Fortier
Signed-off-by: Patrik Fortier ## Description Added a `io.vertx.ext.web.handler.BodyHandler` instance to the handlers to populate routingContext with the HTTP request body. ## Motivation and Context - [x] I have raised an...
new-contributor
## Expected Behaviour When building a function using the `java11-vert-x` template, i should be able to access the HTTP request body from the `RoutingContext` object. ## Current Behaviour Recovering body...