Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

More routing options

Compare
Choose a tag to compare
@leocavalcante leocavalcante released this 20 Oct 21:52
· 1 commit to master since this release

Suggestions from @Sinevia applied, there are two more aways to route.
The any function matches any HTTP method
and the class_name function that works like Controller in other frameworks.
Also, thanks again to @IvanDelsinne for feedback on this follow up.