Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs377 tcp = tunnel(tcp, &host, port, auth)
413 async fn tunnel(
474 Self::ProxyHeadersTooLong => f.write_str("Proxy headers too long for tunnel"), in fmt()
476 Self::Unsuccessful => f.write_str("Unsuccessful tunnel"), in fmt()
502 "Proxy headers too long for tunnel" in ut_tunnel_error_debug_assert()
510 "Unsuccessful tunnel" in ut_tunnel_error_debug_assert()
514 "Proxy headers too long for tunnel" in ut_tunnel_error_debug_assert()
522 "Unsuccessful tunnel" in ut_tunnel_error_debug_assert()
535 use crate::async_impl::connector::tls::{other_io_error, tunnel, CreateTunnelErr};
540 /// UT test cases for `tunnel`
[all...]

Completed in 1 milliseconds