2023-04-19 23:26:16 +08:00
|
|
|
[[mvc-http2]]
|
|
|
|
= HTTP/2
|
2023-04-19 23:26:17 +08:00
|
|
|
: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
|
|
|
|
2024-11-28 22:55:53 +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
|
2023-11-21 22:59:24 +08:00
|
|
|
{spring-framework-wiki}/HTTP-2-support[HTTP/2 wiki page].
|