Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs23 #[cfg(feature = "http2")]
24 pub(crate) http2_config: http2::H2Config,
36 #[cfg(feature = "http2")]
37 http2_config: http2::H2Config::new(),
57 #[cfg(feature = "http2")]
77 #[cfg(feature = "http2")] in try_from()
89 #[cfg(feature = "http2")]
90 pub(crate) mod http2 {
101 /// Settings which can be used to configure a http2 connection.
H A Dmod.rs21 #[cfg(feature = "http2")]
22 pub(crate) use http::http2::H2Config;
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs35 use crate::util::dispatcher::http2::Http2Conn;
118 // TODO Can http2 have no content-length header field and rely only on the in frame_2_response()
152 // Illegal headers validation in http2.
381 #[cfg(feature = "http2")]
388 use crate::async_impl::conn::http2::build_headers_payload;
459 use crate::async_impl::conn::http2::TextIo; in ut_http2_body_poll_read()
460 use crate::util::dispatcher::http2::Http2Conn; in ut_http2_body_poll_read()
486 .send(crate::util::dispatcher::http2::RespMessage::Output(data_1)) in ut_http2_body_poll_read()
489 .send(crate::util::dispatcher::http2::RespMessage::Output(data_2)) in ut_http2_body_poll_read()
492 .send(crate::util::dispatcher::http2 in ut_http2_body_poll_read()
[all...]
H A Dmod.rs17 #[cfg(feature = "http2")]
18 mod http2; modules
47 #[cfg(feature = "http2")]
48 Conn::Http2(http2) => http2::request(http2, message).await,
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs24 use crate::util::dispatcher::http2::{DispatchErrorKind, SettingsState, SettingsSync};
H A Doutput.rs26 use crate::util::dispatcher::http2::{
H A Dmanager.rs26 use crate::util::dispatcher::http2::{
H A Dstreams.rs24 use crate::util::dispatcher::http2::DispatchErrorKind;
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs29 #[cfg(feature = "http2")]
30 Http2(http2::Http2Dispatcher<S>),
44 #[cfg(feature = "http2")] in dispatch()
57 #[cfg(feature = "http2")] in is_shutdown()
70 #[cfg(feature = "http2")] in is_goaway()
83 #[cfg(feature = "http2")]
84 Http2(http2::Http2Conn<S>),
180 #[cfg(feature = "http2")]
181 pub(crate) mod http2 {
297 pub(crate) fn http2(confi
[all...]

Completed in 5 milliseconds