#ifdef DEBUG
cerr << "Comando: target = " << command.get_target()
<< " | command = " << command.get_command()
<< " | args = [" << String::join(command.get_args(), ", ") << "]"
<< endl;
#ifdef DEBUG
cerr << "Comando: target = " << command.get_target()
<< " | command = " << command.get_command()
<< " | args = [" << String::join(command.get_args(), ", ") << "]"
<< endl;
socket << "Content-Type: text/html; charset=iso-8859-1" << endl;
response_xml << "<html>" << endl;
response_xml << " <head>" << endl;
socket << "Content-Type: text/html; charset=iso-8859-1" << endl;
response_xml << "<html>" << endl;
response_xml << " <head>" << endl;
response_xml << " </head>" << endl;
response_xml << " <body>" << endl;
response_xml << " <h1>PlaQui</h1>" << endl;
response_xml << " </head>" << endl;
response_xml << " <body>" << endl;
response_xml << " <h1>PlaQui</h1>" << endl;