0.23.0.0 support

This commit is contained in:
Anonymous-275
2021-07-01 18:53:50 +03:00
parent 691be8cd08
commit 61759b8531
6 changed files with 43 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
#pragma once
#include <string>
#include "Logger.h"
class HTTP{
class HTTP {
public:
static bool Download(const std::string &IP, const std::string &Path);
static std::string Post(const std::string& IP, const std::string& Fields);