mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-10 09:46:20 +00:00
use boost beast instead of curl
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
///
|
||||
#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);
|
||||
std::string HttpRequest(const std::string& host, int port, const std::string& target);
|
||||
std::string PostHTTP(const std::string& host, int port, const std::string& target, const std::string& Fields, bool json);
|
||||
|
||||
Reference in New Issue
Block a user