Module hyper_staticfile::util
source · Expand description
Lower level utilities.
Structs
Wraps a
tokio::fs::File, and implements a stream of Bytess.Wraps a
tokio::fs::File and implements a stream of Bytess providing multiple ranges of the
file contents in HTTP chunked transfer encoding.Wraps a
tokio::fs::File and implements a stream of Bytess reading a portion of the file.Utility to build responses for serving a
tokio::fs::File.