Searched refs:PushPromise (Results 1 - 6 of 6) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | frame.rs | 62 /// PushPromise frame payload. 63 PushPromise(PushPromise), 103 /// Http3 PushPromise frame payload. 105 pub struct PushPromise { structure names 260 impl PushPromise { impls 261 /// Creates a new PushPromise instance from the provided Parts. 263 PushPromise { in new() 270 /// Gets push id of PushPromise payload.
|
H A D | decoder.rs | 21 CancelPush, Data, GoAway, Headers, MaxPushId, Payload, PushPromise, Settings, DATA_FRAME_TYPE, 562 PushPromise::new(self.push_frame_id.ok_or(FieldMissing)?, part); in get_qpack_decoded_header() 566 Frame::new(PUSH_PROMISE_FRAME_TYPE, Payload::PushPromise(push_promise)) in get_qpack_decoded_header()
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | frame.rs | 70 PushPromise = 0x5, 99 PushPromise(PushPromise), 193 pub struct PushPromise { structure names 320 Payload::PushPromise(_) => FrameType::PushPromise, in frame_type() 598 impl PushPromise { impls 599 /// `PushPromise` constructor. 741 let payload_push_promise = Payload::PushPromise(PushPromise in ut_payload() [all...] |
H A D | decoder.rs | 655 frame::Payload::PushPromise(frame::PushPromise::new( in decode_continuation_payload() 781 frame::Payload::PushPromise(h2::frame::PushPromise::new( in push_promise_framing() 1723 Payload::PushPromise(_) => {} in ut_decode_push_promise_payload()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http3.rs | 130 Payload::PushPromise(_) => { in frame_2_response()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | manager.rs | 296 Payload::PushPromise(_) => { in poll_recv_frame()
|
Completed in 8 milliseconds