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

[NEW COMPONENT] Add Interceptor #56

Open JoshCap20 opened 2 days ago

JoshCap20 commented 2 days ago

Interceptor is similar to middleware but one key difference:

This will make debugging a LOT easier as we can inspect and log certain errors.