Returns address String.
49 50 51
# File 'lib/httpclient/session.rb', line 49 def addr "#{@scheme}://#{@host}:#{@port.to_s}" end