# 75.8.2 HTTP/2与Jetty

从Jetty 9.4.8开始，Conscrypt库也支持HTTP/2。要启用这种支持，你的应用程序需要有两个附加的依赖项：`org.eclipse.jetty:jetty-alpn-conscrypt-server`和`org.eclipse.jetty.http2:http2-server`。
