mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
8 lines
282 B
C++
8 lines
282 B
C++
///
|
|
/// Created by Anonymous275 on 7/18/2020
|
|
///
|
|
#pragma once
|
|
#include <string>
|
|
int Download(const std::string& URL,const std::string& Path,bool close);
|
|
std::string PostHTTP(const std::string& IP, const std::string& Fields);
|
|
std::string HTTP_REQUEST(const std::string& IP,int port); |