module

ActionController::Streaming

Methods for sending files and streams to the browser instead of rendering.

Constants

DEFAULT_SEND_FILE_OPTIONS = { :type => 'application/octet-stream'.freeze, :disposition => 'attachment'.freeze, :stream => true, :buffer_size => 4096, :x_sendfile => false

X_SENDFILE_HEADER = 'X-Sendfile'.freeze

Files

  • actionpack/lib/action_controller/streaming.rb