host()
The host this request is for
# File lib/webrick/httprequest.rb, line 309 def host return @forwarded_host || @host end