I can’t seem to find a easy way to get the current requests args/params in a GET request without doing some weird regex. Is there a simple way to get them inside workers?
Basically when I get a request like example.com/page?foo=bar
I want to check what foo
is.