Home
last modified time | relevance | path

Searched refs:http3 (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs15 #[cfg(feature = "http3")]
26 #[cfg(feature = "http3")]
27 pub(crate) http3_config: http3::H3Config,
39 #[cfg(feature = "http3")]
40 http3_config: http3::H3Config::new(),
61 #[cfg(feature = "http3")]
69 #[cfg(feature = "http3")]
203 #[cfg(feature = "http3")]
204 pub(crate) mod http3 {
H A Dmod.rs23 #[cfg(feature = "http3")]
24 pub(crate) use http::http3::H3Config;
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dmod.rs20 #[cfg(feature = "http3")]
21 mod http3; modules
50 #[cfg(feature = "http3")]
51 Conn::Http3(http3) => http3::request(http3, message).await,
H A Dhttp3.rs35 use crate::util::dispatcher::http3::{DispatchErrorKind, Http3Conn, RequestWrapper, RespMessage};
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dio_manager.rs23 use crate::util::dispatcher::http3::DispatchErrorKind;
H A Dstreams.rs24 use crate::util::dispatcher::http3::{DispatchErrorKind, RespMessage};
H A Dstream_manager.rs32 use crate::util::dispatcher::http3::{DispatchErrorKind, ReqMessage, RespMessage};
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs32 #[cfg(feature = "http3")]
33 Http3(http3::Http3Dispatcher<S>),
47 #[cfg(feature = "http3")] in dispatch()
60 #[cfg(feature = "http3")] in is_shutdown()
73 #[cfg(feature = "http3")] in is_goaway()
86 #[cfg(feature = "http3")]
87 Http3(http3::Http3Conn<S>),
671 #[cfg(feature = "http3")]
672 pub(crate) mod http3 {
841 pub(crate) fn http3(confi
[all...]

Completed in 5 milliseconds