This website requires JavaScript.
Explore
Help
Sign In
go
/
aicra
Watch
0
Star
1
Fork
You've already forked aicra
0
Code
Issues
Pull Requests
Releases
3
Wiki
Activity
da38582add
aicra
/
checker
/
default
History
Adrien Marquès
84d14dfd50
fix 'string' type not to crash on 'nil' values
2018-05-31 09:23:30 +02:00
..
any
moved data parser into 'request_data' + created internal lib to parse multipart inside 'internal/multipart' + added default type 'any' + more things...
2018-05-29 15:43:09 +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
fix 'string' type not to crash on 'nil' values
2018-05-31 09:23:30 +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