switch to curl for Get and Post

This commit is contained in:
Lion Kortlepel
2024-10-04 22:20:22 +02:00
parent 7600372ca1
commit c74455e0fe
4 changed files with 301 additions and 324 deletions

View File

@@ -10,6 +10,7 @@
#include "Network/network.hpp"
#include "Security/Init.h"
#include "Startup.h"
#include <curl/curl.h>
#include <iostream>
#include <thread>
@@ -26,6 +27,7 @@ int main(int argc, char** argv) try {
th.detach();
#endif
curl_global_init(CURL_GLOBAL_ALL);
#if defined(_WIN32)
system("cls");