Skip to content

trillium-async-std-v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 May 02:03
· 150 commits to main since this release

Added

  • HTTP/2 support — when the TLS acceptor negotiates h2 via ALPN, connections are dispatched to the h2 driver instead of HTTP/1.1. Inherited from trillium-server-common 0.7; no code changes required to opt in.