#ifndef PLAQUI_HTTPMESSAGE_H
#define PLAQUI_HTTPMESSAGE_H
+#include "plaqui/server/httpheaders.h"
#include <string>
namespace PlaQui {
/// Cuerpo del mensaje.
std::string body;
- protected:
+ protected: // TODO hacer privados con get() y set() ???
+
+ public:
/// Version HTTP.
std::string version;