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