Expand description
File serving, file accepting, and file metadata types.
Macros§
- relative
- Generates a crate-relative version of a path.
Structs§
- File
Name - A file name in a
TempFile
or multipartDataField
. - File
Server - Custom handler for serving static files.
- Named
File - A
Responder
that sends file data with a Content-Type based on its file extension. - Options
- A bitset representing configurable options for
FileServer
.
Enums§
- Temp
File - A data and form guard that streams data into a temporary file.