# File ./protocol.rb, line 683
      def set_body(body)
        @body = body.gsub(/[&]/, '&amp;').gsub(/[<]/, '&lt;')
        self
      end