cloudflare/worker-template-router

What about route params?

Closed this issue ยท 5 comments

For example something like: /users/:userId

@PierBover I have been working on it and finally finished it. But I am not able to PR here anything as it seems like this repo is dead. Feel free to check out the API template. It is just advanced model of router template.

Thanks @nikhiljohn10 I ended up making my own router.

Check: https://gist.github.com/PierBover/4da745b601d30a6bb850c297b0c0c579

This is not the final router I'm using but it has route matching and parameters.

Thanks @nikhiljohn10 I ended up making my own router.

Check: https://gist.github.com/PierBover/4da745b601d30a6bb850c297b0c0c579

This is not the final router I'm using but it has route matching and parameters.

It looks very nice. But if you are a fan of MVC, check api template.

@nikhiljohn10 Did you by chance also mitigate this issue in your repo? #33

This should be supported via #35