Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2094
|
Depend
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2094
|
Currently it is only possible to return bytes, string, or Map to be rendered as XML or JSON as result of processing by HTTP API handlers. It would be good to extend this to allow to render HTML, so it would be possible to create pages with documentation or pages with human readable results as result of processing by HTTP API handlers.
Type of returned result should depend (same as until now) on
Content-Type
HTTP header andtype
HTTP parameter of a request.Returned result in HTML should use default style of Tigase installation, see #1751, #1752