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