Replies: 1 comment
-
It might help you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm evaluating using rocket on some production system but I stuck on seemingly simple case:
Queries coming to backend server via GET request are in a form:
?search[value]=james&search[mode]=regexp
I need to get "james" and "regexp" values
Query contains mixed types. Some are simple (age=20&day=November) and I'm able to extract them but those nested make my head explode :)
How to extract such nested query string ?
Beta Was this translation helpful? Give feedback.
All reactions