rama
0.2.0-alpha.4
Module fs
Structs
In rama::http::service
Module
rama
::
http
::
service
::
fs
Copy item path
[
−
]
Expand description
File system related services.
Structs
ยง
AsyncReadBody
Adapter that turns an [
impl AsyncRead
][tokio::io::AsyncRead] to an
impl Body
.
DefaultServeDirFallback
The default fallback service used with
ServeDir
.
ServeDir
Service that serves files from a given directory and all its sub directories.
ServeFile
Service that serves a file.