In my fooAction
how would I go about setting response headers within an action? Current documentation suggests creating a response object and then calling setContent
. However, I am using a view to send content and just want to inject some HTTP headers in my response.