method
body
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Request
body()public
The request body is an IO input stream. If the RAW_POST_DATA environment variable is already set, wrap it in a StringIO.
body()The request body is an IO input stream. If the RAW_POST_DATA environment variable is already set, wrap it in a StringIO.