Versions in this module Expand all Collapse all v1 v1.20.0 Jan 21, 2025 Changes in this version + const ProtocolTypeQuic + const ProtocolTypeWS + const StatConnected + const StatDisconnected + const UseLen + const UseTypeMessage + const UseTypeShare + const UseTypeStream + type QuicClientOption struct + Header http.Header + MaxIncomingStreams int + type QuicServerOption struct + MaxIncomingStreams int + type UseType string + type WSClientCallback func(*websocket.Conn, *http.Response) + type WSClientOption struct + Callback WSClientCallback + Header http.Header + type WSFilterFunc func(w http.ResponseWriter, r *http.Request) bool + type WSServerOption struct + Filter WSFilterFunc + Path string v1.20.0-beta.0 Jan 16, 2025