mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fce7b3d420
Undertow does not support Servlet 6.1, we need to remove compatibility tests as well as Undertow-specific classes for WebSocket and reactive support. Closes gh-35354
10 lines
346 B
Plaintext
10 lines
346 B
Plaintext
[[webflux-http2]]
|
|
= HTTP/2
|
|
:page-section-summary-toc: 1
|
|
|
|
[.small]#xref:web/webmvc/mvc-http2.adoc[See equivalent in the Servlet stack]#
|
|
|
|
HTTP/2 is supported with Reactor Netty, Tomcat, and Jetty. However, there are
|
|
considerations related to server configuration. For more details, see the
|
|
{spring-framework-wiki}/HTTP-2-support[HTTP/2 wiki page].
|