module
v1.0.0 -
Show latest stable
-
0 notes
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