Expand description
HTTP/2 Server implementation
This module implements HTTP/2-specific features:
- Server Push (proactive content pushing)
- Push support (client-initiated push)
- Priority ordering
- Flow control and termination
Structsยง
- Http2
Server - HTTP/2 server with push support