(http-url-host http-url) -> string
Returns the host field of the given <http-url>.
Example:
>> b :: [http-url #f "www.ephemeralsecurity.com" 80 () #f #f] >> (http-url-host b) :: "www.ephemeralsecurity.com"