Setting the HTTP Content Type Header in the Response
To add the HTTP header for content type to the response, simply declare a variable in the mashup script with the appropriate name and value. For example:
<variables>
<variable name="httpResponse.Content-Type" type="string"
default="text/html; charset=ISO-8859-1"/>
</variables>