flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

Added ability to throw a method not found instead of 404 #591

Closed n0nag0n closed 1 month ago

n0nag0n commented 1 month ago

If you are routing a URL and it finds the URL, but not the method, this allows a 405 Method Not Found error to be thrown instead of the expected 404 Not Found.