Returns a formatted host, suitable for being used in a URI.
338 339 340
# File 'lib/rack/request.rb', line 338 def host split_authority(self.authority)[0] end