Karrigell/Set Content-type header
To set response headers, use the built-in RESPONSE dictionary
RESPONSE['Content-type'] = "text/plain" print "content type is set to text/plain"
To set response headers, use the built-in RESPONSE dictionary
RESPONSE['Content-type'] = "text/plain" print "content type is set to text/plain"