I need to leave possibility to execute requests only with HTTP/2 protocol.
System: Apache Tomcat 8, configured to use the HTTP/2 protocol.
I execute this request with
--http2
and get result:
This picture means that I still can use HTTP/1.1, but I want to disable it.
How to prevent executing HTTP/1.1 request on Tomcat?