🚀 Fast, intuitive, and powerful configuration-driven engine for faster and easier REST development
Go to file
Adrien Marquès a777de0096 Init() now takes a TypeRegistry as 2nd arg, if NIL, use default settings (./types/*.so)" 2018-05-24 15:54:36 +02:00
checker 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
internal/config full parameter gathering in 'request_builder' 2018-05-22 09:10:10 +02:00
.gitignore Init() now takes a TypeRegistry as 2nd arg, if NIL, use default settings (./types/*.so)" 2018-05-24 15:54:36 +02:00
LICENSE first commit 2018-05-19 12:04:45 +02:00
errors.go created initialiser + request builder (which supports form-data, urlencoded, json) 2018-05-21 12:02:24 +02:00
install-default-types.sh add gitignore for '.so' share-objects files + add script to build default types 2018-05-24 15:37:26 +02:00
loader.go Init() now takes a TypeRegistry as 2nd arg, if NIL, use default settings (./types/*.so)" 2018-05-24 15:54:36 +02:00
request_builder.go now request.UrlData is simply an array instead of map[int] 2018-05-22 19:01:39 +02:00
router.go now request.UrlData is simply an array instead of map[int] 2018-05-22 19:01:39 +02:00
server.go add 'controller path-finding' + 'method check' + [TODO: issue with ParseMultipartForm() that is slow] 2018-05-21 13:02:15 +02:00
types.go Init() now takes a TypeRegistry as 2nd arg, if NIL, use default settings (./types/*.so)" 2018-05-24 15:54:36 +02:00