= private = protected
raw_post()
Receive the raw post data. This is useful for services such as REST, XMLRPC and SOAP which communicate over HTTP POST but don’t use the traditional parameter format.
# File actionpack/lib/action_controller/request.rb, line 134 def raw_post @env['RAW_POST_DATA'] end