# File lib/dragonfly/app.rb, line 219
    def response_header(key, value=nil, &block)
      response_headers[key] = value || block
    end