#ifndef UTIL_H #define UTIL_H #include #include "httpClient.h" struct context { public: std::string path; httpClient client; std::string url; }; std::string getTimeString(); #endif // UTIL_H