cUrlClient: Exported to Lua API.
This commit is contained in:
@@ -224,6 +224,12 @@ g_PluginInfo =
|
||||
HelpString = "Performs cBoundingBox API tests",
|
||||
},
|
||||
|
||||
["download"] =
|
||||
{
|
||||
Handler = HandleConsoleDownload,
|
||||
HelpString = "Downloads a file from a specified URL",
|
||||
},
|
||||
|
||||
["hash"] =
|
||||
{
|
||||
Handler = HandleConsoleHash,
|
||||
@@ -278,6 +284,12 @@ g_PluginInfo =
|
||||
HelpString = "Tests the cLineBlockTracer",
|
||||
},
|
||||
|
||||
["testurlclient"] =
|
||||
{
|
||||
Handler = HandleConsoleTestUrlClient,
|
||||
HelpString = "Tests the cUrlClient",
|
||||
},
|
||||
|
||||
["testurlparser"] =
|
||||
{
|
||||
Handler = HandleConsoleTestUrlParser,
|
||||
|
||||
Reference in New Issue
Block a user