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