Object
Dummy Socket for emulating loopback test.
# File lib/httpclient/session.rb, line 447 def initialize(host, port, response) super(response.is_a?(StringIO) ? response : StringIO.new(response)) @host = host @port = port end
# File lib/httpclient/session.rb, line 453 def <<(str) # ignored end
[Validate]
Generated with the Darkfish Rdoc Generator 2.