jetty-project / jetty-quiche-native

The Cloudflare Quiche library native builds used by the Jetty project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetty native quiche builds

This project is providing the native builds of the Cloudflare Quiche (https://github.com/cloudflare/quiche) library used by the Jetty Project's HTTP/3 implementation.

Current quiche version

0.21.0

Current targets

  • Linux x86-64
  • Linux aarch64
  • Macos x86-64
  • Macos aarch64
  • Windows x86-64

How Quiche was checked out and built

git clone --recursive https://github.com/cloudflare/quiche 0.21.0
cd 0.21.0
git checkout -b tag-0.21.0 tags/0.21.0
cargo build --features ffi,qlog

Resulting library: ls target/debug/libquiche.(so|dylib) or dir target\debug\quiche.dll

About

The Cloudflare Quiche library native builds used by the Jetty project

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%