# File lib/restclient/payload.rb, line 134
      def handle_key key
        URI.escape(key.to_s, Regexp.new("[^#{URI::PATTERN::UNRESERVED}]"))
      end