Module storage

Source
Expand description

Modules that handle storing uploaded files and serialized metadata.

Modulesยง

file
A backend where uploads are stored as files on disk
handle
Methods to create a handle (RAII guard) to interact with an upload stored on disk.
upload
Type that stores information (metadata) about an upload, and related methods