commit | 458c2618a19688fa49cfb83fd1f0001ac3b97ebd | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Wed Jun 07 13:00:25 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 07 13:01:15 2023 -0700 |
tree | 53b8fd6c5a32ca7b315ff0489ab7807e0f01ac81 | |
parent | fbb38e3cd3fc4ed2f3df4006663eaaa2a2891cb7 [diff] |
Run buildifier as a part of QUICHE Copybara export pipeline PiperOrigin-RevId: 538569494
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.