mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 02:06:26 +00:00
V0.6
rewrite
This commit is contained in:
7
include/Curl/Http.h
Normal file
7
include/Curl/Http.h
Normal file
@@ -0,0 +1,7 @@
|
||||
///
|
||||
/// 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);
|
||||
Reference in New Issue
Block a user