kwhitley / itty-router

A little router.
MIT License
1.78k stars 78 forks source link

Inline route params #58

Closed rulim34 closed 3 years ago

rulim34 commented 3 years ago

Is it possible to use inline route params, like /api:key/?

kwhitley commented 3 years ago

Yep, this currently works out of the box! I'm adding a test to the coverage to ensure this ability is protected going-forward.

👍

kwhitley commented 3 years ago

this won't mean much, but you can imagine the test/handler based on the following: image

(and it currently passes)

rulim34 commented 3 years ago

Ok thx.