Home
last modified time | relevance | path

Searched refs:CancelPush (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs60 /// CancelPush frame payload.
61 CancelPush(CancelPush),
97 /// Http3 CancelPush frame payload.
99 pub struct CancelPush { structure names
226 impl CancelPush { impls
227 /// Creates a new CancelPush instance from the provided Parts.
229 CancelPush { push_id: id } in new()
232 /// Gets push id of CancelPush payload.
H A Ddecoder.rs21 CancelPush, Data, GoAway, Headers, MaxPushId, Payload, PushPromise, Settings, DATA_FRAME_TYPE,
640 Payload::CancelPush(CancelPush::new(id)), in decode_variable_payload()
H A Dencoder.rs45 // CancelPush Frame
509 if let Payload::CancelPush(push) = frame.payload() { in encode_cancel_push()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dstream_manager.rs594 Payload::CancelPush(_cancel) => { in recv_control_stream()

Completed in 4 milliseconds