commit | bc7f8d17cc1211e338a3516f4d5c75f9a2b7aed0 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Oct 28 11:12:30 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 28 11:13:15 2022 -0700 |
tree | d6872fa7ce521548669c08cbabc8c4ef718f8a12 | |
parent | 5b393554fb61aa2e836aa4897a7f55412dd4f11e [diff] |
Take absl::string_view by value instead of const-ref in ParseDictionary As all the other parsing functions do. PiperOrigin-RevId: 484576083
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.