Protocol

Protocol extensions supported by Hertz.

WebSocket

Hertz implements support for WebSocket based on hijack.

HTTP2

Hertz references net/http2 to implement support for HTTP2, while also supporting both h2 and h2c.


HTTP2

Hertz supports both h2 and h2c. It uses net/http2 implementation for reference.

Websocket

Hertz implements support for WebSocket based on hijack.


Last modified November 7, 2025 : feat: adk hitl (#1456) (6a82d7e)