We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert dc813bba79476da12a5828abedc345b464d78d3d...a6ca5cbf47291fe1b362ed60317ce11e565045c9 on Destructuring Syntax
added some notes to the query params example
added a query-params example, it's a very common use case that was not shown anywhere
Updated Destructuring Syntax (markdown)
added a POST example because it took me long to get that, maybe it helps others
Updated to include more detailed examples.
As I lose a good time trying to find out how to destructure mix params (path and query), I think it could be useful to have a mix destructuring example.
Fix invalid revert
Revert 5f046ae25e31ef52e439f37e9b3549f4e3e22f49 ... 4d9d1ca7d92f6b814745f3a9db3973987193be95
Added REPL based demonstration for concept clarity. Repeated use of foobar in the same example is hard to grok.
The key of the params map seems to be a string instead of a keyword.