Expand description
File serving, file accepting, and file metadata types.
Re-exports§
pub use server::relative;
pub use relative_13878824479007689060::___internal_relative as relative;
Structs§
- Custom handler for serving static files.
- A
Responder
that sends file data with a Content-Type based on its file extension. - A bitset representing configurable options for
FileServer
.
Enums§
- A data and form guard that streams data into a temporary file.