Skip to main content

parts

Function parts 

Source
fn parts(
    reader: &mut FetchObjectReader,
    buf: &mut impl Buf,
) -> Result<(FetchObjectHeader, FetchObjectLocation), CodecError>
Expand description

Draft-16 keeps the frame and its resolved Location apart, and both are carried out of here: the Location fills the draft-neutral value, and the pair of them is what re-encoding this frame later takes.