gnu-social/src/Core/Router
Hugo Sales 983e0303a5
[ROUTER] Sort routes so that the one with a smaller list of Accept types matches first
This requires a copy, but gets cached, so it's the ideal place to do it.

Note that only routes that match the incoming Accept match anyway, so the order between those with different accept types is not relevant
2021-09-14 13:13:39 +01:00
..
RouteLoader.php [ROUTER] Sort routes so that the one with a smaller list of Accept types matches first 2021-09-14 13:13:39 +01:00
Router.php [TESTS] Add tests of Common and fix small oddities that pop up 2021-09-14 13:10:22 +01:00