Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http_client_error.rs65 .http1_only() in sdv_err_start_connect_timeout()
124 .http1_only() in sdv_err_req_timeout()
200 .http1_only() in sdv_err_redirect_wrong_location()
264 .http1_only() in sdv_err_response_with_wrong_body_length()
H A Dsdv_async_http_body_io.rs67 let client = Client::builder().http1_only().build().unwrap(); in sdv_body_chunk_and_trailer()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs226 /// let builder = ClientBuilder::new().http1_only();
228 pub fn http1_only(mut self) -> Self { in http1_only() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs328 /// let builder = ClientBuilder::new().http1_only();
331 pub fn http1_only(mut self) -> Self { in http1_only() functions
1022 let client = Client::builder().http1_only().build().unwrap();
1090 let builder = Client::builder().http1_only().build(); in ut_client_builder()
1252 .http1_only() in ut_client_request_http1_0_retry()
1316 .http1_only() in ut_client_send_request()
1344 .http1_only() in ut_client_connect_to()
1395 .http1_only() in ut_client_redirect()
1490 let client = Client::builder().http1_only().build().unwrap(); in ut_client_send_trunk_body()
1532 let client = Client::builder().http1_only() in ut_client_send_unknown_size()
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dmod.rs205 .http1_only(true)

Completed in 4 milliseconds