Method: HTTPClient::DebugSocket#read

Defined in:
lib/httpclient/session.rb

#read(*args) ⇒ Object



486
487
488
489
490
# File 'lib/httpclient/session.rb', line 486

def read(*args)
  str = super
  debug(str)
  str
end