Set response headers from controller?

How do I do this? Specifically, I want to set the Content-Type to
text/xml; charset UTF-8

Thanks,
Ben

I found the answer here:

@headers[“Content-Type”] = “text/html; charset=utf-8”