| commit | 858bb67fb1127aa3bae060af92a6b1ab4005b93d | [log] [tgz] |
|---|---|---|
| author | diannahu <diannahu@google.com> | Wed Dec 13 11:28:20 2023 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 13 11:29:02 2023 -0800 |
| tree | 1421adb2aa2222812ec153785787acfe887e8da6 | |
| parent | 055049ef3f6fa9456fd97d78e9093577ddee8550 [diff] |
Remove BalsaFrame::set_balsa_trailer() and BalsaFrame::trailer(). This CL removes BalsaFrame::set_balsa_trailer(), which now has no remaining usages, in favor of BalsaFrame::EnableTrailers(). This CL also removes BalsaFrame::trailer(), which now has no remaining usages. This CL will enable the removal of BalsaVisitorInterface::ProcessTrailers(). Thanks to ++bnc@ for migrating BalsaParser in Envoy to the EnableTrailers() API (e.g., [1, 2]), which was also helpful/important for enabling the deprecation of set_balsa_trailer(). [1] http://google3/third_party/envoy/src/source/common/http/http1/balsa_parser.h;l=48;rcl=581237808 [2] http://google3/third_party/envoy/src/source/common/http/http1/balsa_parser.cc;l=169,282;rcl=581237808 PiperOrigin-RevId: 590662859
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.