Home
last modified time | relevance | path

Searched refs:http2_prior_knowledge (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/
H A Dmod.rs166 pub fn http2_prior_knowledge(self) -> Self { in http2_prior_knowledge() method
167 Self(self.0.http2_prior_knowledge()) in http2_prior_knowledge()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http2.rs170 .http2_prior_knowledge() in sdv_async_h2_client_send_request()
227 .http2_prior_knowledge() in sdv_async_h2_client_send_request_concurrently()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs536 pub fn http2_prior_knowledge(mut self) -> Self { in http2_prior_knowledge() method