Home
last modified time | relevance | path

Searched defs:H2Config (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dhttp.rs73 pub struct H2Config { struct
74 max_frame_size: u32,
75 max_header_list_size: u32,
76 header_table_size: u32,
79 impl H2Config { implementation
178 impl Default for H2Config { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs174 pub(crate) fn http2(config: H2Config, io: S) -> Self { in http2()
541 pub(crate) fn new(config: H2Config, io: S) -> Self { in new()