Lines Matching defs:Http
110 pub struct Http<E = Exec> { struct
111 pub(crate) exec: E,
112 h1_half_close: bool,
113 h1_keep_alive: bool,
114 h1_title_case_headers: bool,
115 h1_preserve_header_case: bool,
117 h1_header_read_timeout: Option<Duration>,
118 h1_writev: Option<bool>,
120 h2_builder: proto::h2::server::Config,
121 mode: ConnectionMode,
122 max_buf_size: Option<usize>,
123 pipeline_flush: bool,
252 impl Http { impl
276 impl<E> Http<E> { impl