From 5ca371bb9a65cc322eb8327d81709985daefe173 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 23 Aug 2016 13:20:43 +0200 Subject: cUrlClient: Exported to Lua API. --- Server/Plugins/Debuggers/Info.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index 8fd04d0ae..6c7eabbf2 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -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, -- cgit v1.2.3