commit | 56edfdd61ab38a9eea92c06502ce62df0cb68f05 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Sep 06 06:47:14 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 06 06:48:12 2023 -0700 |
tree | 92075b8d1105829627a3f0bc1e3d029e845d698d | |
parent | 7a957bd1f758ead4a8df68ac0d39c5c0e5195232 [diff] |
Fix typo. Cloned from https://github.com/google/quiche/pull/48, authored by HuaChunbo. Manually verified CLA. PiperOrigin-RevId: 563089874
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.