🚀 Fast, intuitive, and powerful configuration-driven engine for faster and easier REST development
Go to file
Adrien Marquès b0002a034d update format get -> 'GET@...', url -> 'URL#...' + prevent parameter name injection (if begin with 'GET@' or 'URL#' in POST or GET) 2018-05-22 09:28:30 +02:00
internal/config full parameter gathering in 'request_builder' 2018-05-22 09:10:10 +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
loader.go created initialiser + request builder (which supports form-data, urlencoded, json) 2018-05-21 12:02:24 +02:00
request_builder.go update format get -> 'GET@...', url -> 'URL#...' + prevent parameter name injection (if begin with 'GET@' or 'URL#' in POST or GET) 2018-05-22 09:28:30 +02:00
router.go update format get -> 'GET@...', url -> 'URL#...' + prevent parameter name injection (if begin with 'GET@' or 'URL#' in POST or GET) 2018-05-22 09:28:30 +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 full parameter gathering in 'request_builder' 2018-05-22 09:10:10 +02:00