Module hyper_staticfile::util

source ·
Expand description

Lower level utilities.

Structs

  • Wraps a FileAccess and implements a stream of Bytess.
  • Wraps a FileAccess and implements a stream of Bytess providing multiple ranges of the file contents in HTTP chunked transfer encoding.
  • Wraps a FileAccess and implements a stream of Bytess reading a portion of the file.
  • Utility to build responses for serving a file.