Add JSONIFY_MIMETYPE configuration variable (#1728)
Allow jsonify responses' mimetype to be configured
This commit is contained in:
parent
0690ce18c2
commit
2bf477cfea
5 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue