pub async fn parse_multipart_stream<F>( payload: Multipart, handler: F, ) -> Result<Vec<Bytes>, Error>where F: FnMut(String, Bytes) -> Result<(), Error>,
Parse multipart form with streaming (high memory efficiency)