Module saphir::multipart

source ·
Available on crate feature multipart only.
Expand description

The async Multipart Form-Data representation

Structs

  • Represent a form-data field Only the data needed to construct the field will be read into memory
  • Struct used to parse a multipart body into fields. In Saphir 4.0.0, this will have a lifetime

Enums