Method: ActionDispatch::Request#body_stream
- Defined in:
- lib/action_dispatch/http/request.rb
#body_stream ⇒ Object
:nodoc:
382 383 384 |
# File 'lib/action_dispatch/http/request.rb', line 382 def body_stream # :nodoc: get_header("rack.input") end |