Back to Naiveproxy

README

src/net/spdy/README.md

148.0.7778.96-3546 B
Original Source

net/spdy provides the HTTP/2 implementation for Chromium. It takes care of things like session management and flow control. It relies on the QUICHE library for serializing and decoding.

The specifications for HTTP/2 and its header compression algorithm QPACK are published at RFC 9114 and RFC 7541.`