Expand description
File system related services.
Structsยง
- Async
Read Body - Adapter that turns an
impl AsyncReadto animpl Body. - Default
Serve DirFallback - The default fallback service used with
ServeDir. - Serve
Dir - Service that serves files from a given directory and all its sub directories.
- Serve
File - Service that serves a file.
- Serve
File System Response Body - Response body for
ServeDirandServeFile. - Serve
File System Response Future - Response future of
ServeDir::try_call().