Documentation
¶
Overview ¶
Example: HTTP/3 with QUIC
This example demonstrates how to use HTTP/3 (QUIC) with tlsc. HTTP/3 provides lower latency through 0-RTT connection establishment and multiplexing without head-of-line blocking.
Features: - Browser-like QUIC transport parameters (flow control, max streams) - Auto-fallback to HTTP/2 if QUIC fails (firewall, server doesn't support) - Works with Cloudflare, Google, and other HTTP/3 enabled sites
Run: go run ./examples/http3
Click to show internal directories.
Click to hide internal directories.