Jetty HTTP/2 client receive server push example
问题 Jetty's HTTP/2 client with server push support has been implemented in Jetty 9.3 RC (Link). However, I have not found any documentation or example code related to this. Could any one provide an example code for example to receive the pushed resource from this site : https://nghttp2.org (public server which has enabled http2 server push) ---UPDATE 1--- I have tried to test this file as sbordet has said. However, after executing this line mvn compile exec:java I ran onto this error [INFO] ---