viz-rs / form-data

AsyncRead/AsyncWrite/Stream for `multipart/form-data`. Implemented rfc7578

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore field data

fundon opened this issue · comments

// If we want to ignore a field data, and to keep processing form data. 
// Ignore it and the field data will be consumed. 
field.ignore().await?;