TLS helps improve security. Now it is time for performance enhancement, the focus of HTTP/2 design. The first challenge is making it compatible with HTTP/1.x. To achieve it, HTTP/2 inherits semantics from HTTP/1.x, including request methods, status codes, headers, etc. Most importantly, it inherits the scheme design. There is no…