Closed soulgalore closed 8 years ago
Today we use grunt-http-server as the server that serves our test cases (HTTP/1). We also need a server that serves HTTP2, so we can also test the HTTP2 advice.
It should be possible 2do with https://www.npmjs.com/package/http2 and follow Tobias advice for the certificate: http://tobias.is/blog/test-http2-localhost-caddy-ssl/
Today we use grunt-http-server as the server that serves our test cases (HTTP/1). We also need a server that serves HTTP2, so we can also test the HTTP2 advice.