# File lib/merb-core/dispatch/request.rb, line 345 def raw_post @body.rewind if @body.respond_to?(:rewind) @raw_post ||= @body.read end