public Method

TestRequest.raw_post

Either the RAW_POST_DATA environment variable or the URL-encoded request parameters.

Source Code

# File action_controller/test_process.rb, line 51
def raw_post
  env['RAW_POST_DATA'] ||= url_encoded_request_parameters
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.