Method: NewRelic::Agent::HTTPClients::TyphoeusHTTPRequest#host

Defined in:
lib/new_relic/agent/http_clients/typhoeus_wrappers.rb

#hostObject

[View source]

55
56
57
# File 'lib/new_relic/agent/http_clients/typhoeus_wrappers.rb', line 55

def host
  host_from_header || @uri.host
end