Chapter 10. Controller method parameter types supported in Quarkus
In addition to the method parameters that can be annotated with the appropriate Spring Web annotations from the previous table, the following controller method parameter types are supported:
-
javax.servlet.http.HttpServletRequest -
javax.servlet.http.HttpServletResponse
For this to function, users must add the quarkus-undertow dependency.