Move HTTP Proxy and remove and relocate duplicate code

This commit is contained in:
Tixx
2024-09-07 22:35:27 +02:00
parent de3888618a
commit 452fc1e484
7 changed files with 152 additions and 156 deletions

View File

@@ -14,7 +14,7 @@ public:
static std::string Post(const std::string& IP, const std::string& Fields);
static std::string Get(const std::string& IP);
static bool ProgressBar(size_t c, size_t t);
static void StartProxy();
public:
static bool isDownload;
};