33 34 35 36 37
# File 'lib/new_relic/agent/http_clients/net_http_wrappers.rb', line 33 def host_from_header if hostname = self[LHOST] hostname.split(COLON).first end end