Parent

Methods

Included Modules

Files

HTTPClient::LoopBackSocket

Dummy Socket for emulating loopback test.

Public Class Methods

new(host, port, response) click to toggle source
     # File lib/httpclient/session.rb, line 447
447:     def initialize(host, port, response)
448:       super(response.is_a?(StringIO) ? response : StringIO.new(response))
449:       @host = host
450:       @port = port
451:     end

Public Instance Methods

<<(str) click to toggle source
     # File lib/httpclient/session.rb, line 453
453:     def <<(str)
454:       # ignored
455:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.