Crate actix_easy_multipart
source · [−]Expand description
Provides an easy to use HTTP multipart form extractor for the actix-web framework.
The extractor writes temporary files on disk using the tempfile crate with very similar behaviour to the $_FILES variable in PHP.
Modules
deserialize
derive
Types relating to the FromMultipart derive macro used for deserializing a loaded multipart form into a struct.
Multipart data extractor.
Utility for loading a multipart form from an Actix multipart request.
Validated multipart data extractor.
Structs
Enums
A Field in a multipart form.
Derive Macros
FromMultipart
derive
Implements TryFrom<GroupedFields> for your struct (allowing use with the extractor).