Setting Accepts header for post method in functional test

I can’t find where the post method is documented.

post :create, :transcoder_queue => { :campaign_id => “1” }

That is from my functional test. I want to be able to set the Accepts
header for this request.

how can I do this?