Host, either a domain name or IP address
uri.host # => "example.com"
Returns:
The host of the URI
48 49 50
# File 'lib/http/uri.rb', line 48 def host @host end