@@ -0,0 +1,18 @@
#ifndef UTIL_H
#define UTIL_H
#include <string>
#include "httpClient.h"
struct context
{
public:
std::string path;
httpClient client;
std::string url;
};
std::string getTimeString();
#endif // UTIL_H
The note is not visible to the blocked user.