cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.24k stars 1.1k forks source link

HTTP3/QUIC Support #95

Open triplewy opened 4 months ago

triplewy commented 4 months ago

Will Pingora integrate with Cloudflare Quiche to provide HTTP3/QUIC support? A quick look at the readme does not mention H3 or QUIC.

SunnyChilD1 commented 4 months ago

for

hi-glenn commented 4 months ago

https://blog.cloudflare.com/pingora-open-source

Pingora provides libraries and APIs to build services on top of HTTP/1 and HTTP/2, TLS, or just TCP/UDP. As a proxy, it supports HTTP/1 and HTTP/2 end-to-end, gRPC, and websocket proxying. (HTTP/3 support is on the roadmap.) It also comes with customizable load balancing and failover strategies. For compliance and security, it supports both the commonly used OpenSSL and BoringSSL libraries, which come with FIPS compliance and post-quantum crypto.