This document discusses HTTP/2 and why it is an improvement over HTTP/1.1. Some key points covered include:
- HTTP/2 uses a binary format for faster processing and includes features like header compression, multiplexing of requests over a single connection, and push capabilities from servers.
- It was developed by the HTTPbis working group building off the SPDY protocol draft.
- HTTP/2 promises performance improvements by removing hacks used in HTTP/1.1 and enabling new possibilities. The author believes it will improve the user experience.
- Support is growing among browsers and companies like Google, Twitter, and Akamai. The author's company Clever Cloud is working to support HTTP/2