mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
fix comment
This commit is contained in:
@@ -809,7 +809,7 @@ int lua_GetOSName(lua_State* L) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// status, body = HttpGET(host, port, target)
|
||||
// status, body = HttpsGET(host, port, target)
|
||||
// example usage:
|
||||
// send a GET https://example.com:443/index.html:
|
||||
// status, body = MP.HttpGET("example.com", 443, "/index.html")
|
||||
|
||||
Reference in New Issue
Block a user