Home | History | Annotate | Download | only in proxy

Lines Matching refs:Direct

181 // Test parsing of the special URI form "direct://". Analagous to the "DIRECT"
183 TEST(ProxyServerTest, Direct) {
185 net::ProxyServer::FromURI("direct://", net::ProxyServer::SCHEME_HTTP);
188 EXPECT_EQ("direct://", uri.ToURI());
189 EXPECT_EQ("DIRECT", uri.ToPacString());
200 "direct://xyz", // direct is not allowed a host/port.
269 " direct ",
270 "direct://",
295 "DIRECT foopy:10", // direct cannot have host/port.