Skip to main content

read_content

Function read_content 

Source
pub fn read_content(input: &mut impl Read) -> Result<Vec<u8>>
Expand description

Reads packets until the next flush and concatenates them.

ยงErrors

As read_packet.