You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
In MVC/hybrid apps, xdmp:set-response-content-type() is called by the framework, using a mime type based on the format. For (html|xml|json|text), the mime type is set correctly. For other formats, the format itself is used as the mime type.
Modify this process so that a developer can add a format-mimetype mapping as part of the application's configuration.
Feature requested by a user.
The text was updated successfully, but these errors were encountered:
In MVC/hybrid apps, xdmp:set-response-content-type() is called by the framework, using a mime type based on the format. For (html|xml|json|text), the mime type is set correctly. For other formats, the format itself is used as the mime type.
Modify this process so that a developer can add a format-mimetype mapping as part of the application's configuration.
Feature requested by a user.
The text was updated successfully, but these errors were encountered: