spring-framework/framework-docs/modules/ROOT/pages/web/webflux/http2.adoc

10 lines
346 B
Plaintext
Raw Normal View History

2023-04-19 23:26:16 +08:00
[[webflux-http2]]
= HTTP/2
:page-section-summary-toc: 1
2023-04-19 23:26:16 +08:00
2023-04-19 23:26:17 +08:00
[.small]#xref:web/webmvc/mvc-http2.adoc[See equivalent in the Servlet stack]#
2023-04-19 23:26:16 +08:00
HTTP/2 is supported with Reactor Netty, Tomcat, and Jetty. However, there are
2023-04-19 23:26:16 +08:00
considerations related to server configuration. For more details, see the
{spring-framework-wiki}/HTTP-2-support[HTTP/2 wiki page].