How do I get rest params?
Take the following app:
It would be nice if this worked, but doing
ctx.req.param("*")
doesn't give you the remaining params. I need this as I have to forward those to a separate Cloudflare pages application.1 Reply
Found the solution:
"/your/path/here/:rest{.+$}"