Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs29 pub fn format_header_str(key: &str, value: &str) -> String { in format_header_str() functions
103 let host = format_header_str("host", addr.to_string().as_str());
108 let header_str = format_header_str($req_n, $req_v);
127 let header = format_header_str($resp_n, $resp_v);
202 let accept = format_header_str("accept", "*/*");
206 let host = format_header_str("host", addr.to_string().as_str());
211 let header_str = format_header_str($req_n, $req_v);
229 let header = format_header_str($resp_n, $resp_v);
/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.rs25 pub(crate) fn format_header_str(key: &str, value: &str) -> String {
107 let header = format_header_str($resp_n, $resp_v);
/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 4 milliseconds