| Class | SOAP::RPC::CGIStub::SOAPStdinRequest |
| In: |
lib/soap/rpc/cgistub.rb
|
| Parent: | SOAPRequest |
| body | [R] |
# File lib/soap/rpc/cgistub.rb, line 42
42: def initialize(stream)
43: size = ENV['CONTENT_LENGTH'].to_i || 0
44: @body = stream.read(size)
45: end