# Functions
Mirror takes a websocket and replicates all read/write to a ReadWriteCloser.
MirrorRead is a uni-directional mirror which replicates an io.Reader to a websocket.
MirrorWrite is a uni-directional mirror which replicates a websocket to an io.Writer.
NewWrapper returns a new ReadWriteCloser wrapper for a websocket connection.
Proxy mirrors the traffic between two websockets.
# Variables
Upgrader is a websocket upgrader which ignores the request Origin.