Method: OneApm::Support::HTTPClients::ExconHTTPRequest#host

Defined in:
lib/one_apm/support/http_clients/excon_wrappers.rb

#hostObject



36
37
38
39
40
41
42
# File 'lib/one_apm/support/http_clients/excon_wrappers.rb', line 36

def host
  if hostname = (self['host'] || self['Host'])
    hostname.split(':').first
  else
    @datum[:host]
  end
end