Parent

Methods

Included Modules

HTTPClient::LoopBackSocket

Dummy Socket for emulating loopback test.

Public Instance Methods

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

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.