Clone this repo:
  1. 66856e3 Resume quic_ip_address.h header by QUICHE team · 22 hours ago main
  2. 3ad5d6f Alternate MoQT Delivery Timeout design. by martinduke · 31 hours ago
  3. 2a39eda Adds a test for the case where a HTTP/1 request includes both a `Transfer-Encoding: chunked` header and a `Content-Length` header. by birenroy · 35 hours ago
  4. 23a77ad Deprecate gfe2_reloadable_flag_quic_update_transmission_info_on_frame_acked. by wub · 2 days ago
  5. 48ab3d7 Using a single CID to data map in QUIC time wait list manager. by haoyuewang · 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.