#ifndef UTIL_UTIL_H #define UTIL_UTIL_H #include #include namespace Util { struct Context { public: std::string path; Http::HttpClient client; std::string url; }; std::string getTimeString(); } // namespace Util #endif // UTIL_UTIL_H