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?
Bidi can do this with a set
But it's better to have a canonical resource for path-for. Make the other one do a redirect
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.