# File lib/new_relic/agent/http_clients/httpclient_wrappers.rb, line 50 def host_from_header if hostname = (self[LHOST] || self[UHOST]) hostname.split(COLON).first end end