update networking docs

This commit is contained in:
Evil Factory
2022-06-07 16:11:06 -03:00
parent 7c073d5801
commit a778918fe3

View File

@@ -18,11 +18,11 @@ Networking.LastClientListUpdateID = 0
--- Send a post HTTP Request, callback is called with an argument result string.
-- @realm server
function Networking.RequestPostHTTP(url, callback, textData, contentType) end
function Networking.HttpGet(url, callback, textData, contentType) end
--- Send a get HTTP Request, callback is called with an argument result string.
-- @realm server
function Networking.RequestGetHTTP(url, callback) end
function Networking.HttpPost(url, callback) end
--- Creates a new net message, returns an IWriteMessage
-- @treturn IWriteMessage netMessage