SOAP::RPC::CGIStub::SOAPRequest
# File lib/soap/rpc/cgistub.rb, line 78 78: def initialize(request) 79: @request = request 80: @body = @request.in.read 81: end
# File lib/soap/rpc/cgistub.rb, line 83 83: def [](var) 84: @request.env[var.gsub(/-/, '_').upcase] 85: end
# File lib/soap/rpc/cgistub.rb, line 93 93: def cookies 94: if cookie = @request.env['HTTP_Cookie'] || @request.env['Cookie'] 95: [WEBrick::Cookie.parse(cookie)] 96: else 97: EMPTY_COOKIES 98: end 99: end
# File lib/soap/rpc/cgistub.rb, line 87 87: def meta_vars 88: { 89: 'HTTP_SOAPACTION' => @request.env['HTTP_SOAPAction'] 90: } 91: end
# File lib/soap/rpc/cgistub.rb, line 101 101: def user 102: @request.env['REMOTE_USER'] 103: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.