aicra/checker/default
Adrien Marquès 0641bb9131 add 'parseHttpParameter()' to parse as JSON (if slice of size 1 : return only first, else return as array) or return raw string if JSON fails 2018-05-28 18:25:17 +02:00
..
int add 'parseHttpParameter()' to parse as JSON (if slice of size 1 : return only first, else return as array) or return raw string if JSON fails 2018-05-28 18:25:17 +02:00
string add 'parseHttpParameter()' to parse as JSON (if slice of size 1 : return only first, else return as array) or return raw string if JSON fails 2018-05-28 18:25:17 +02:00
varchar new checker.CreateRegistry(bool) policy, if TRUE loads all plugins inside ./types/*.so, else plugins (types) must be loaded with registry.Add(pluginName) where pluginName can have or not the extension '.so' and are located directly inside the local ./types directory 2018-05-24 15:47:56 +02:00