Flowdock

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

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.