# File lib/new_relic/agent/http_clients/net_http_wrappers.rb, line 23 def host_from_header if hostname = self[HOST] hostname.split(COLON).first end end