Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs303 connection_frame: ConnectionFrames, in new()
481 pub(crate) struct ConnectionFrames { struct
482 preface: bool,
483 settings: SettingsSync,
486 impl ConnectionFrames { implementation
507 connection_frame: ConnectionFrames, in new()
1352 pub(crate) fn build_connection_frames(config: H2Config) -> ConnectionFrames { in build_connection_frames()