perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

HTTP/2 support #1078

Open christianlusardi opened 5 years ago

christianlusardi commented 5 years ago

Does Latest Spark version (2.8.0) support HTTP/2 protocol?

ecmagod commented 5 years ago

14:38:29,662 DEBUG ContainerLifeCycle:322 - ServerConnector@2438c5c4{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} added {acceptor-0@252dc578,POJO} 14:38:29,662 DEBUG QueuedThreadPool:380 - queue acceptor-0@252dc578 14:38:29,662 DEBUG QueuedThreadPool:589 - run acceptor-0@252dc578 14:38:29,662 INFO AbstractConnector:280 - Started ServerConnector@2438c5c4{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} 14:38:29,663 DEBUG AbstractLifeCycle:177 - STARTED @2757ms ServerConnector@2438c5c4{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}

luneo7 commented 3 years ago

Created this PR to add HTTP/2 Support: https://github.com/perwendel/spark/pull/1183