mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-10 01:36:17 +00:00
new auth system + major optimization
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
std::string HttpRequest(const std::string& IP, int port);
|
||||
std::string PostHTTP(const std::string& IP, const std::string& Fields);
|
||||
std::string PostHTTP(const std::string& IP, const std::string& Fields, bool json);
|
||||
Reference in New Issue
Block a user