- HTTPMessage(const std::string& body,
- const std::string& http_version = "1.1");
+ //HTTPMessage(const std::string& body,
+ // const std::string& http_version = "1.1");
+
+ /**
+ * Obtiene el cuerpo del mensaje.
+ */
+ const std::string& get_body(void) const;
+
+ /**
+ * Establece el cuerpo del mensaje.
+ *
+ * \param _body Cuerpo del mensaje.
+ */
+ void set_body(const std::string& _body);