xref: /aosp_15_r20/external/cronet/net/spdy/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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