ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
205 stars 15 forks source link

Support non async routes #25

Closed ZeroIntensity closed 1 year ago

ZeroIntensity commented 1 year ago

Should be pretty easy, instead of going through the whole mess of callbacks with the PyAwaitable system, just send a response directly.