emmett-framework / granian

A Rust HTTP server for Python applications
BSD 3-Clause "New" or "Revised" License
2.67k stars 79 forks source link

Log application callable exception traceback on WSGI #207

Closed bluetech closed 7 months ago

bluetech commented 7 months ago

Refers to #203.

I tried to also do ASGI and RSGI but the code was too hard for me to understand in a short time (lots of macros :grinning: ).