haxetink / tink_web

Tinkerbell Web Framework
https://haxetink.github.io/tink_web
43 stars 14 forks source link

Query param capturing in route path #102

Closed kevinresol closed 4 years ago

kevinresol commented 4 years ago

iirc the following is problematic (in proxy?)

@:get('/path?param=$value')
function get(value:String);

seems like an explicit @:params(value = query['param']) is needed. can't recall exactly now. need investigation.