🚀 Fast, intuitive, and powerful configuration-driven engine for faster and easier REST development
Go to file
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
checker 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
internal/config config.Load() now sets defaults for optional fields 2018-05-24 16:53:39 +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 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
router.go 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
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