Replies: 1 comment 2 replies
-
Hi, thank you for the question. You are right that the second option is currently the only way to do it. But I like your first proposal and I think I'll implement it in that or similar way (If there is no problem). Also a good to know there is an internal server error currently for that view, I definitely need to fix that. I'll look into that soon, I like your suggestion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having troubles handling some query parameters in some routes
let's say I want to handle http://www.example.com/foo?bar=baz , how can I read the
bar
value?Ideally I would have loved to write just
but it seems that ludic doesn't support this style, as all I got is an Internal Server Error...
I can write
but it seems a bit contrived (and I would have liked some automatic validation and/or conversion to int/bool types), yet I've searched in the docs but I didn't found any other way..
Beta Was this translation helpful? Give feedback.
All reactions