yada

Mno 2019-07-19T15:06:34.016500Z

Would anyone have a nice way to deal with nested routes so that both <http://www.example.com/books/page/|www.example.com/books/page/> and <http://www.example.com/books/page|www.example.com/books/page> direct to the same resource?

malcolmsparks 2019-07-19T15:32:26.017100Z

Bidi can do this with a set

malcolmsparks 2019-07-19T15:32:55.018100Z

But it's better to have a canonical resource for path-for. Make the other one do a redirect

dominicm 2019-07-19T17:58:57.018700Z

it would make a lot of sense to have a function for specifying which form is canonical. Not sure where that would live, but as a general thing.