Hi! Thanks for all the work you've put into fabio. It's a great product and I love the fact that it just works. I did have one question. Is it possible to use wildcards in route paths. As an example:
/profile --> host_a
/assessments --> host_b
/profile/{profile_id}/assessments -> host_b
Where {profile_id} would be a wildcard in the actual route. This would allow the "collections" pattern similar to what rails does. Is something like this possible?
Thanks!
Hi! Thanks for all the work you've put into fabio. It's a great product and I love the fact that it just works. I did have one question. Is it possible to use wildcards in route paths. As an example:
Where
{profile_id}would be a wildcard in the actual route. This would allow the "collections" pattern similar to what rails does. Is something like this possible?Thanks!