multipart::server

Module save

Source
Expand description

Utilities for saving request entries to the filesystem.

Structs§

  • A drop-in replacement for std::io::BufReader with more functionality.
  • A result of Multipart::save().
  • The partial result type for Multipart::save*().
  • The field that was being read when the save operation quit.
  • A builder for saving a file or files to the local filesystem.
  • A field that has been saved (to memory or disk) from a multipart request.
  • A directory in the filesystem that is automatically deleted when it goes out of scope.

Enums§

  • A Read (and BufRead) adapter for SavedData
  • The reason the save operation quit partway through.
  • The save directory for Entries. May be temporary (delete-on-drop) or permanent.
  • The ternary result type used for the SaveBuilder<_> API.
  • A saved field’s data container (in memory or on disk)

Type Aliases§