In: |
soap/rpc/cgistub.rb
|
Parent: | Object |
# File soap/rpc/cgistub.rb, line 39 def initialize(stream = $stdin) @method = ENV['REQUEST_METHOD'] @size = ENV['CONTENT_LENGTH'].to_i || 0 @contenttype = ENV['CONTENT_TYPE'] @charset = nil @soapaction = ENV['HTTP_SOAPAction'] @source = stream @body = nil end