Clone this repo:
  1. eaeaa74 Deprecate --gfe2_reloadable_flag_quic_new_error_code_when_packets_buffered_too_long. by wub · 15 hours ago main
  2. 257eb83 No public description by fayang · 16 hours ago
  3. 0bf4040 No public description by fayang · 17 hours ago
  4. 45548be Adds test cases exercising response-complete-before-request for nghttp2 and oghttp2. by birenroy · 2 days ago
  5. e2e77f0 Add parser/framer support for SUBSCRIBE_NAMESPACE, SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_NAMESPACE_ERROR, UNSUBSCRIBE_NAMESPACE. by martinduke · 2 days ago

QUICHE

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.