Method: HTTPClient::SSLSocketWrap#read
- Defined in:
- lib/httpclient/session.rb
#read(*args) ⇒ Object
318 319 320 321 322 |
# File 'lib/httpclient/session.rb', line 318 def read(*args) str = @ssl_socket.read(*args) debug(str) str end |