Method: NewRelic::Agent::HTTPClients::AsyncHTTPRequest#host

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

#hostObject

[View source]

45
46
47
# File 'lib/new_relic/agent/http_clients/async_http_wrappers.rb', line 45

def host
  host_from_header || uri.host.to_s
end