/**
* Constructor.
*/
- Command(const std::string& target = "",
- const std::string& command = "");
+ Command(const std::string& _target = "",
+ const std::string& _command = "");
/**
* Establece el destino.
const Arguments& get_args(void) const;
/**
- * Agrega un argumentos.
+ * Agrega un argumento.
*/
void add_arg(const std::string& arg);
+ /**
+ * Agrega un argumento.
+ */
+ void add_arg(const unsigned& arg);
+
/**
* Obtiene el comando desde un pedido HTTP completo.
*/