Method: Wpxf::Net::HttpClient#target_host

Defined in:
lib/wpxf/net/http_client.rb

#target_hostString

Returns the target host address.

Returns:

  • (String)

    the target host address.



62
63
64
# File 'lib/wpxf/net/http_client.rb', line 62

def target_host
  normalized_option_value('host')
end