Class: Formeze::RequestCGI

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

Instance Method Summary collapse

Instance Method Details

#env_tableObject



217
218
219
# File 'lib/formeze.rb', line 217

def env_table
  @options[:request].env
end

#stdinputObject



221
222
223
# File 'lib/formeze.rb', line 221

def stdinput
  @options[:request].body
end