# File lib/em-websocket/handshake.rb, line 59
      def query
        Hash[query_string.split('&').map { |c| c.split('=', 2) }]
      end