What's the best way to reach and extract URL parameters in cases like `/users/:user_id/message` - how to get this `user_id` in the handler? Will `/users/:user_id/message` and `/users/:address/home` call the same handler?