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