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