Method: HTTPClient::SSLSocket#read
- Defined in:
- lib/httpclient/ssl_socket.rb
#read(size, buf = nil) ⇒ Object
79 80 81 82 83 |
# File 'lib/httpclient/ssl_socket.rb', line 79 def read(size, buf = nil) str = @ssl_socket.read(size, buf) debug(str) str end |