Versions in this module Expand all Collapse all v1 v1.1.0 May 22, 2026 Changes in this version + type Handler struct + func NewHandler(srv *server.Server, opts Options) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (h *Handler) Shutdown(ctx context.Context) error + type Options struct + AllowedHosts []string + Origins []string + Path string + PingInterval time.Duration + ReadLimit int64 + Subprotocols []string