Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http_client_error.rs96 use tcp_server::{format_header_str, TcpHandle}; in sdv_err_req_timeout()
173 use tcp_server::{format_header_str, TcpHandle}; in sdv_err_redirect_wrong_location()
238 use tcp_server::{format_header_str, TcpHandle}; in sdv_err_response_with_wrong_body_length()
H A Dsdv_async_custom_dns_resolver.rs21 use crate::tcp_server::{format_header_str, TcpHandle};
H A Dsdv_sync_http_on_tcp.rs21 use crate::tcp_server::{format_header_str, TcpHandle};
H A Dsdv_async_http_proxy.rs21 use crate::tcp_server::{format_header_str, TcpHandle};
H A Dsdv_async_http_body_io.rs34 use tcp_server::{format_header_str, TcpHandle}; in sdv_body_chunk_and_trailer()
H A Dsdv_async_http_on_tcp.rs19 use crate::tcp_server::{format_header_str, TcpHandle};
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs18 pub(crate) struct TcpHandle {
84 let handle = TcpHandle {
88 tx2.send(handle).expect("send TcpHandle out coroutine failed !");
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs22 pub struct TcpHandle { structure names
78 let handle = TcpHandle {
82 rx2.send(handle).expect("send TcpHandle out coroutine failed !");
242 let handle = TcpHandle {
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs538 use crate::util::test_utils::{format_header_str, TcpHandle};

Completed in 3 milliseconds