Skip to main content

Module http2

Module http2 

Source
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ยง

Http2Server
HTTP/2 server with push support