Add JSONIFY_MIMETYPE configuration variable (#1728)

Allow jsonify responses' mimetype to be configured
This commit is contained in:
Steven Loria 2016-04-08 19:30:47 -03:00 committed by David Lord
parent 0690ce18c2
commit 2bf477cfea
5 changed files with 16 additions and 1 deletions

View file

@ -183,6 +183,7 @@ The following configuration values are used internally by Flask:
if they are not requested by an
XMLHttpRequest object (controlled by
the ``X-Requested-With`` header)
``JSONIFY_MIMETYPE`` MIME type used for jsonify responses.
``TEMPLATES_AUTO_RELOAD`` Whether to check for modifications of
the template source and reload it
automatically. By default the value is