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

12 lines
475 B
Plaintext
Raw Normal View History

2023-04-19 23:26:16 +08:00
[[mvc-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/webflux/http2.adoc[See equivalent in the Reactive stack]#
2023-04-19 23:26:16 +08:00
Servlet 4 containers are required to support HTTP/2, and Spring Framework requires
Servlet API 6.1. From a programming model perspective, there is nothing specific that
2023-04-19 23:26:16 +08:00
applications need to do. However, there are considerations related to server configuration.
For more details, see the
{spring-framework-wiki}/HTTP-2-support[HTTP/2 wiki page].