http2_server_push
Example app using golang http2 server push
Tasks
- Created https server with LetsEncrypt certificates.
- Setup golang environment.
- Write go file that runs http2 server.
- Enable comparasion with http1.1
Questions
- Where to include .pem files when working with listenandServeTLS.
- Using http2 in apache2.4, how to load and enable mod_http2. PHP7.1 support.
- How to push multiple image files.
- How to go run file and keep it running.
- Had to stop httpd in order to prevent "bind address already in use" error when using port 443.