Module: Rack::Shield::RequestExt
- Defined in:
- lib/rack/shield/request_ext.rb
Instance Method Summary collapse
Instance Method Details
#raw_post_data ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/rack/shield/request_ext.rb', line 4 def raw_post_data if body data = body.read body.rewind data end end |