example.com/a as a trigger for my worker, including any query strings or hashes in the url.example.com/a* - this will match also other paths like example.com/about which is undesiredexample.com/a/* - this will not match example.com/a and neither it will match any query strings, unless there is a trailing slash in the urlexample.com/a?* trigger but this one will throws an error "Route pattern should not have query parameters"