# File lib/action_controller/request.rb, line 280
def
host
raw_host_with_port
.
sub
(
/:\d+$/
,
''
)
end