Handling query params in requests

Using the standard URL#searchParams method, you can grab query parameters out of any val that is operating using the Web API.

This val demonstrates how to grab one or more query parameters. It returns the all the query parameters found as a json response.

Migrated from folder: docs/guides/queryParams