method

sending_file?

sending_file?()
public

No documentation available.

# File actionpack/lib/action_controller/response.rb, line 129
    def sending_file?
      headers["Content-Transfer-Encoding"] == "binary"
    end