Searched refs:redirectUrl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp82 BString redirectUrl; local
83 message->FindString(UrlEventData::HttpRedirectUrl, &redirectUrl);
84 output << "<HttpRedirect> to: " << redirectUrl; local
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp405 BUrl redirectUrl(result.Url(), location);
406 HDINFO("[%s] will redirect to; %s", Name(), redirectUrl.UrlString().String());
407 return DownloadToLocalFile(targetFilePath, redirectUrl, redirects + 1, 0);

Completed in 81 milliseconds