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 D | mod.rs | 29 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 D | sdv_async_http_client_error.rs | 96 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 D | sdv_async_custom_dns_resolver.rs | 21 use crate::tcp_server::{format_header_str, TcpHandle};
|
H A D | sdv_sync_http_on_tcp.rs | 21 use crate::tcp_server::{format_header_str, TcpHandle};
|
H A D | sdv_async_http_proxy.rs | 21 use crate::tcp_server::{format_header_str, TcpHandle};
|
H A D | sdv_async_http_body_io.rs | 34 use tcp_server::{format_header_str, TcpHandle}; in sdv_body_chunk_and_trailer()
|
H A D | sdv_async_http_on_tcp.rs | 19 use crate::tcp_server::{format_header_str, TcpHandle};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | test_utils.rs | 25 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 D | mod.rs | 538 use crate::util::test_utils::{format_header_str, TcpHandle};
|
Completed in 4 milliseconds