SPDY HTTP2 and QUIC are protocols for improving web performance. SPDY was developed by Google and provided features like request multiplexing and header compression. HTTP/2 was standardized by the IETF building upon SPDY. QUIC develops reliable transport on UDP to address TCP limitations with SPDY. Current implementations include nghttp2 library and HTTP2Cat tool for testing and development.Read l