Home | History | Annotate | Download | only in http

Lines Matching refs:HttpUtil

116   HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
207 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
254 HttpUtil::ValuesIterator qop_values(value.begin(), value.end(), ',');
311 *path = HttpUtil::PathForRequest(url);
353 HttpUtil::Quote(UTF16ToUTF8(username)));
354 authorization += ", realm=" + HttpUtil::Quote(realm_);
355 authorization += ", nonce=" + HttpUtil::Quote(nonce_);
356 authorization += ", uri=" + HttpUtil::Quote(path);
363 // No need to call HttpUtil::Quote() as the response digest cannot contain
368 authorization += ", opaque=" + HttpUtil::Quote(opaque_);
374 authorization += ", cnonce=" + HttpUtil::Quote(cnonce);