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

You have successfully set up a JETServer.\
Session Id: " + httpSession->getSessionId() + "\
The configuration has not yet been established for this web site.

\ \
"; session.send(); } }