Home | History | Annotate | Download | only in http

Lines Matching defs:request_url

9595   GURL request_url;
9600 new UrlRecordingHttpAuthHandlerMock(&request_url);
9735 EXPECT_EQ("https", request_url.scheme());
9736 EXPECT_EQ("www.google.com", request_url.host());