Skip to main content

path-to-regexp

/foo/:bar
/foo/:"my-name"
/:file{.:ext}
/files{/*path}
Wildcard /:foo/:bar/*baz
Optional /users{/:id}/delete