ire4ever1190 / mike

The new and improved mikero web framework
35 stars 1 forks source link

Code cleanup #2

Closed ire4ever1190 closed 2 years ago

ire4ever1190 commented 2 years ago

Cleans up the code.

Main clean up is in the router which now has more advanced pattern matching (Can match multiple handlers which allows middlewares to work against multiple routes)

This does lead to some slowdown but usability > speed. Will attempt optimisations in future commits though