Extract params from pathname via https://github.com/pillarjs/path-to-regexp ```ts class MyHandler { handle(@Params('/posts/:postId') params: {postId?: string}) { ... } } ```