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.

HTTP3

Hertz reference quic-go to implement support for HTTP3.


HTTP2

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

HTTP3

Hertz-HTTP3 implementation based quic-go.

Websocket

Hertz implements support for WebSocket based on hijack.


Last modified June 30, 2025 : docs(hertz): add tab (#1366) (52038fc)