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 similar behaviour to the $_FILES variable in PHP.

Modules

Traits for retrieving and parsing fields out of a multipart form.

Multipart data extractor.

Validated multipart data extractor.

Structs

An uploaded file in a multipart form.

A text field in a multipart form.

Enums

Constants

Functions

Use to load an actix_multipart::Multipart request into Multiparts.

Type Definitions