commit | 27a24f1c79664aa611937824ce5ba7348aa39e6e | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Tue Jun 24 18:11:20 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 24 18:12:09 2025 -0700 |
tree | 3770fa337adfd95a0888ca138e4dae60d9485016 | |
parent | f17c2ae123e3b349b3cadc825f473cd3d8932eff [diff] |
Remove GetCachedObjectInRange from the public API. We can't actually remove it from the implementations, since both either use it internally or in unit tests. PiperOrigin-RevId: 775457498
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.