commit | 386a5cf016e4eec564aa4d5e0067c815146423bb | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Mar 11 14:21:38 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 11 14:22:45 2025 -0700 |
tree | 97982079e181f555548018d5bc304cb2bde10611 | |
parent | 1da42e57d5a2c021da3bd9d58a136283faa9ccda [diff] |
Add OHTTP client and gateway support to MASQUE TCP test tools Right now the gateway generates a fake response to allow testing, but in the future the gateway will forward that request to the right origin. This CL also fixes a bug in MasqueConnectionPool when handling multiple requests to the same origin. PiperOrigin-RevId: 735888511
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.