Get all query strings #1082
-
As I get HashMap<(Key, Value)> from the request query strings (or the corresponding structure) without knowing the keys or how many they are. For example given: ?a=foo&b=bar&c=3.14 my_qs = [(a="foo"), (b="bar"), (c="3.14")] Is there a way to do this I need? Or how should it be the best way to obtain them |
Beta Was this translation helpful? Give feedback.
Answered by
josejachuf
Mar 24, 2025
Replies: 1 comment
-
This was looking for: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
josejachuf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was looking for:
req.queries()