Searched defs:H2Config (Results 1 – 2 of 2) sorted by relevance
73 pub struct H2Config { struct74 max_frame_size: u32,75 max_header_list_size: u32,76 header_table_size: u32,79 impl H2Config { implementation178 impl Default for H2Config { implementation
174 pub(crate) fn http2(config: H2Config, io: S) -> Self { in http2()541 pub(crate) fn new(config: H2Config, io: S) -> Self { in new()