Module tower_http::services::fs[][src]

This is supported on crate feature fs only.
Expand description

File system related services.

Structs

Adapter that turns an impl AsyncRead to an impl Body.

Service that serves files from a given directory and all its sub directories.

Service that serves a file.

Response body for ServeDir and [ServeFile].