It's not possible to allow arbitrary paramers if `params()` is used, since in cases of route matching, this hash will always contain key `splat`. https://github.com/PerlDancer/Dancer/issues/909 Using `request->params('query')` leads to clean params reflecting query in URL.
|
|
||
17 |
|
17 |
|
18 |
|
18 |
|
19 |
|
19 |
|
20 |
|
|
|
|
20 |
|
|
21 |
|
21 |
|
22 |
|
22 |
|
23 |
|
23 |
|
24 |
|
24 |
|
|
25 |
|
|
25 |
|
26 |
|
26 |
|
27 |
|
27 |
|
28 |
|
|
|
||
31 |
|
32 |
|
32 |
|
33 |
|
33 |
|
34 |
|
34 |
|
|
|
|
35 |
|
|
35 |
|
36 |
|
36 |
|
37 |
|
37 |
|
38 |
|