이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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, javax.servlet.http.HttpServletRequest and javax.servlet.http.HttpServletResponse are also supported. For this to function however, users need to add the quarkus-undertow dependency.