# File lib/orbjson.rb, line 223
    def process_request( )
      cgi =  CGI.new
      json   = cgi.raw_post
      process( json )
    end