Method: Cyclid::API::APIHelpers#request_body

Defined in:
app/cyclid/sinatra/api_helpers.rb

#request_bodyObject

Return the raw request body



26
27
28
29
# File 'app/cyclid/sinatra/api_helpers.rb', line 26

def request_body
  request.body.rewind
  request.body.read
end