Is it possible to route URLs ending in `/data/` to a worker, i.e. `https://example.com/*/data/`?
We want to do some custom processing on URLs which end in
e.g.
etc.
/data/within a worker.e.g.
POST https://example.com/foo/data/POST https://example.com/foo/bar/data/etc.

