mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-16 21:30:53 +00:00
31c96cee94
rewrite
7 lines
207 B
C++
7 lines
207 B
C++
///
|
|
/// Created by Anonymous275 on 7/18/2020
|
|
///
|
|
#pragma once
|
|
#include <string>
|
|
std::string HttpRequest(const std::string& IP,int port);
|
|
std::string PostHTTP(const std::string& IP,const std::string& Fields); |