pando.py icon indicating copy to clipboard operation
pando.py copied to clipboard

Running code after sending the response to the client

Open Changaco opened this issue 6 years ago • 0 comments

Pando currently doesn't allow executing extra functions after passing the response to the WSGI server. I'm thinking that Website could have a method for that, its default implementation would run a second state chain composed of log_traceback_for_exception and log_result_of_request.

Changaco avatar Feb 01 '19 09:02 Changaco