# Functions
UpgradeConnection is a helper function for upgrading stdlib HTTP requests to WebSockets using a zero-value Gorilla Upgrader.
UpgradeEchoConnection is a helper function for upgrading Echo requests to WebSockets using a zero-value Gorilla Upgrader.
Wrap the given, underlying *websocket.Conn and returns a higher level, thread-safe wrapper.