What's Changed
- HTTP/2 support with
allowHTTP1fallback for backward compatibility - Auto-generated TLS certificates via a local CA (
certs.ts) -- proxy now serves HTTPS on port 443 by default - Strip HTTP/1.1 hop-by-hop headers when proxying to HTTP/2 clients
x-forwarded-protocorrectly set tohttpsfor TLS connections- Routes now produce
https://URLs - New test coverage for TLS, HTTP/2, and certificate management
Full Changelog: v0.3.0...v0.4.0