FROST-Server
FROST-Server copied to clipboard
fix content-type for $value links
the content-type for responses like v1.0/Things(1)/name/$value
is set to application/json. In most cases this should be text/plain, except for the cases where is really is json, or the cases where a better content-type is known (such as Locations(...)/location
)