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

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

An uploaded file in a multipart form.

A text field in a multipart form.

Enums

A Field in a multipart form.

Derive Macros

Implements TryFrom<GroupedFields> for your struct (allowing use with the extractor).