Abstract
HTTP 1.1 but with the following 4 improvements
- HTTP Multiplexing (多路复用)
- HTTP 1.2 Server Push
- Compressing the HTTP Headers with HPACK
- HTTP messages are binary-encoded instead of ASCII-encoded, this is more efficient for parsing & less readable for hackers