Method: ActionDispatch::Response#stream

Defined in:
actionpack/lib/action_dispatch/http/response.rb

#streamObject (readonly)

The underlying body, as a streamable object.



169
170
171
# File 'actionpack/lib/action_dispatch/http/response.rb', line 169

def stream
  @stream
end