Versions in this module Expand all Collapse all v1 v1.1.0 Jan 19, 2021 v1.0.0 Jan 9, 2021 Changes in this version + type Conn interface + Path func() string + Subprotocol func() string + TextTransport func() Conn + Username func() string + func TryUpgrade(w http.ResponseWriter, r *http.Request, path, username string) (Conn, bool)