body()
Wraps raw_post in a StringIO.
# File actionpack/lib/action_controller/test_process.rb, line 45 def body StringIO.new(raw_post) end