Home | History | Annotate | Download | only in base

Lines Matching refs:Url

196   std::string id, url;
199 request.getAbsoluteUri(&url);
200 id.append(url);
361 std::string url;
362 if (request().getAbsoluteUri(&url)) {
363 request().path = url;
400 void HttpClient::prepare_get(const std::string& url) {
402 Url<char> purl(url);
408 void HttpClient::prepare_post(const std::string& url,
412 Url<char> purl(url);
727 Url<char> purl(location);