Crate http_file

Source
Expand description

local file serving with http.

Modules§

runtime
runtime module contains traits for introducing custom async file system impl.

Structs§

ServeDir

Enums§

ChunkReader
chunked file reader with async Stream
ServeError
high level error types for serving file. see into_response_from and into_response for way of converting error to Response type.