# File lib/em-http/http_encoding.rb, line 7
    def escape(s)
      EscapeUtils.escape_url(s.to_s)
    end