srittau / rouver

Python 3 microframework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pluggable Exception Formatters

srittau opened this issue · comments

Currently, all exceptions returned to the client are formatted as HTML using the standard werkzeug messages. It should be possible to plug-in different formatters to the routers. For example, a JSON formatted for API endpoints.