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.`