Adrien Marquès
|
296234d6e7
|
do not parse content if GET
|
2018-05-24 16:18:14 +02:00 |
Adrien Marquès
|
276268f1be
|
fix root controller (named /i.so)
|
2018-05-24 16:00:38 +02:00 |
Adrien Marquès
|
2afa4759fc
|
now request.UrlData is simply an array instead of map[int]
|
2018-05-22 19:01:39 +02:00 |
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 |
Adrien Marquès
|
32520a1591
|
full parameter gathering in 'request_builder'
|
2018-05-22 09:10:10 +02:00 |
Adrien Marquès
|
18f4bcbbae
|
add 'controller path-finding' + 'method check' + [TODO: issue with ParseMultipartForm() that is slow]
|
2018-05-21 13:02:15 +02:00 |
Adrien Marquès
|
7301f2065c
|
created initialiser + request builder (which supports form-data, urlencoded, json)
|
2018-05-21 12:02:24 +02:00 |