Module actix_multipart::form

source ·
Expand description

Process and extract typed data from a multipart stream.

Modules

  • Reads a field into memory.
  • Deserializes a field as JSON.
  • tempfiletempfile
    Writes a field to a temporary file on disk.
  • Deserializes a field from plain text.

Structs

Traits

Derive Macros

  • Implements MultipartCollect for a struct so that it can be used with the MultipartForm extractor.