Home
last modified time | relevance | path

Searched refs:MaxPushId (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs66 /// MaxPushId frame payload.
67 MaxPushId(MaxPushId),
117 /// Http3 MaxPushId frame payload.
119 pub struct MaxPushId { structure names
297 impl MaxPushId { impls
298 /// Creates a new MaxPushId instance from the provided Parts.
300 MaxPushId { push_id } in new()
H A Ddecoder.rs21 CancelPush, Data, GoAway, Headers, MaxPushId, Payload, PushPromise, Settings, DATA_FRAME_TYPE,
633 Payload::MaxPushId(MaxPushId::new(id)), in decode_variable_payload()
H A Dencoder.rs52 // MaxPushId Frame
539 if let Payload::MaxPushId(push) = frame.payload() { in encode_max_push_id()

Completed in 4 milliseconds