pub async fn read_stream(stream: &mut TcpStream) -> Result<Vec<u8>, Error>
Read all available data from a TCP stream into a Vec<u8>.
Vec<u8>