string findHost(ZHTClient &client, string path) {
    HostEntity destination = client.str2Host(path);
    return destination.host;
}