Module: ActionController::DataStreaming
- Extended by:
- ActiveSupport::Concern
- Includes:
- Rendering
- Defined in:
- lib/action_controller/metal/data_streaming.rb
Overview
Action Controller Data Streaming
Methods for sending arbitrary data and for streaming files to the browser, instead of rendering.
Constant Summary collapse
- DEFAULT_SEND_FILE_TYPE =
:nodoc:
"application/octet-stream"
- DEFAULT_SEND_FILE_DISPOSITION =
:nodoc:
"attachment"
Constants included from Rendering
Rendering::RENDER_FORMATS_IN_PRIORITY