Open ehossack opened 8 years ago
To clarify, if Content-Type
is not specified or does not match properly no formatting is applied. The definitions for this can be found in HttpUtil.java
On response's header Content-Type like "Content-Type: application/json"
[Specific to UI]
Could be searching for the presence of an open xml tag, or an open curly brace for json, or an html block
OR
Based on the
Accept
header, apply that formatting.Would be easier than constantly right-clicking and applying formatting. A nice-to-have.