1[net/spdy](https://source.chromium.org/chromium/chromium/src/+/main:net/spdy/) 2provides the HTTP/2 implementation for Chromium. It takes care of things like 3session management and flow control. It relies on the [QUICHE 4library](https://source.chromium.org/chromium/chromium/src/+/main:net/third_party/quiche/src/) 5for serializing and decoding. 6 7The specifications for HTTP/2 and its header compression algorithm QPACK are 8published at [RFC 9114](https://www.rfc-editor.org/rfc/rfc9114.html) and [RFC 97541](https://httpwg.org/specs/rfc7541.html).` 10