Function scan
pub async fn scan(
reader: impl AsyncRead + Unpin,
) -> Result<BodyStats, Box<dyn Error + Send + Sync>>Available on crate features
http and std only.Expand description
Scan without retaining body data, including UTF-8 sequences split across reads.