You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
475 B
11 lines
475 B
[[mvc-http2]] |
|
= HTTP/2 |
|
:page-section-summary-toc: 1 |
|
|
|
[.small]#xref:web/webflux/http2.adoc[See equivalent in the Reactive stack]# |
|
|
|
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 |
|
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].
|
|
|