Class: CGI

Inherits:
Object
  • Object
show all
Defined in:
lib/utils.rb

Overview

Helper method to make it easier to grab the raw POST data, which where the JSON-RPC request is transported

Instance Method Summary collapse

Instance Method Details

#raw_postObject



6
7
8
# File 'lib/utils.rb', line 6

def raw_post
  self.params.keys[0]
end