Completely removes any headers set that are additional to the content-type header.
# File merb/mixins/responder.rb, line 63 def remove_response_headers!(key) raise ArgumentError unless key.is_a?(Symbol) response_headers[key] = {} end
<code/>
<pre/>
<code/>and<pre/>for code samples.