# File lib/action_dispatch/http/url.rb, line 34
def
host
raw_host_with_port
.
sub
(
/:\d+$/
,
''
)
end