Method: WebSocket::Protocol::Hybi#version
- Defined in:
- lib/websocket/protocol/hybi.rb
#version ⇒ Object
58 59 60 |
# File 'lib/websocket/protocol/hybi.rb', line 58 def version "hybi-#{@socket.env['HTTP_SEC_WEBSOCKET_VERSION']}" end |