Go + HTTP/2
Welcome to the Go language's HTTP/2 demo & interop server.
Unfortunately, you're not using HTTP/2 right now. To do so:
- Use Firefox Nightly or go to about:config and enable "network.http.spdy.enabled.http2draft"
- Use Google Chrome Canary and/or go to chrome://flags/#enable-spdy4 to Enable SPDY/4 (Chrome's name for HTTP/2)
See code & instructions for connecting at https://github.com/golang/net/tree/master/http2.