http2-proto
HTTP/2 protocol implementation with optional TLS transport.
A standalone, completion-based HTTP/2 implementation with no async runtime dependencies.
Features
- Full HTTP/2 frame encoding and decoding
- HPACK header compression
- Connection and stream state management
- Flow control
- Transport layer abstraction (plain TCP, TLS)
- Optional TLS transport via the
tlsfeature flag (enabled by default)
Usage
[]
= "0.0.1"
# Without TLS:
= { = "0.0.1", = false }
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.