Readme

Handling query params

You can grab query parameters out of any val that is operating using the Web API using URL#searchParams.

This val demonstrates how to grab a single name parameter, as well as convert the entire query string into an object. It returns the all the query parameters found as a json response.

Example

https://stevekrouse-queryparams.web.val.run/?name=Steve&foo=bar

{ "name": "Steve", "all": { "name": "Steve", "foo": "bar" } }
Code
HTTP
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Comments
Nobody has commented on this val yet: be the first!
radum-test_ps_url.web.val.run
Updated: March 21, 2025