#ifndef ____index_h__ #define ____index_h__ namespace http { class __index : public core::Command { int processCommand(std::string request, core::Session *session, std::stringstream &data) override { data << "\

You have successfully set up a JETServer.\
Session Id: \
The configuration has not yet been established for this web site.

\ \
"; return true; } }; } #endif