class ActionDispatch::Request

def body_stream # :nodoc:

:nodoc:
def body_stream # :nodoc:
  get_header("rack.input")
end