Tags: sakurallj/FastRoute
Tags
Fix issue nikic#50 If the static route doesn't exist for the given method, try matching against dynamic ones as well. Allowed methods are now collected from both static and dynamic routes. This changes the route data format, so cache is no longer valid -- maybe include a version identifier in the cache file?