mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
7 lines
220 B
C++
7 lines
220 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, bool json); |