{gun_ws, ConnPid, StreamRef, Frame}
ConnPid :: pid()
StreamRef :: gun:stream_ref()
Frame :: close | ping | pong
| {text | binary | close, binary()}
| {close, non_neg_integer(), binary()}
| {ping | pong, binary()}

