issues
search
JoshCap20
/
areion
The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0
stars
1
forks
source link
Router enhancements
#45
Closed
JoshCap20
closed
1 month ago
JoshCap20
commented
1 month ago
Adds a Trie based routing system
Adds support for dynamic routes
Adds support for variables in routes
Adds support for custom exceptions, handled globally in server
Now checks if route is sync or async when its added, not when recieving request (performance enhancement)
Closes #40, closes #39, closes #26
Closes #40, closes #39, closes #26