Method: NewRelic::Agent::HTTPClients::AsyncHTTPRequest#host
- Defined in:
- lib/new_relic/agent/http_clients/async_http_wrappers.rb
permalink #host ⇒ Object
[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 |