xref: /aosp_15_r20/external/cronet/net/spdy/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1*6777b538SAndroid Build Coastguard Worker[net/spdy](https://source.chromium.org/chromium/chromium/src/+/main:net/spdy/)
2*6777b538SAndroid Build Coastguard Workerprovides the HTTP/2 implementation for Chromium. It takes care of things like
3*6777b538SAndroid Build Coastguard Workersession management and flow control. It relies on the [QUICHE
4*6777b538SAndroid Build Coastguard Workerlibrary](https://source.chromium.org/chromium/chromium/src/+/main:net/third_party/quiche/src/)
5*6777b538SAndroid Build Coastguard Workerfor serializing and decoding.
6*6777b538SAndroid Build Coastguard Worker
7*6777b538SAndroid Build Coastguard WorkerThe specifications for HTTP/2 and its header compression algorithm QPACK are
8*6777b538SAndroid Build Coastguard Workerpublished at [RFC 9114](https://www.rfc-editor.org/rfc/rfc9114.html) and [RFC
9*6777b538SAndroid Build Coastguard Worker7541](https://httpwg.org/specs/rfc7541.html).`
10