Expand description
Lower level utilities.
Structsยง
- File
Bytes Stream - Wraps a
FileAccess
and implements a stream ofBytes
s. - File
Bytes Stream Multi Range - Wraps a
FileAccess
and implements a stream ofBytes
s providing multiple ranges of the file contents in HTTP chunked transfer encoding. - File
Bytes Stream Range - Wraps a
FileAccess
and implements a stream ofBytes
s reading a portion of the file. - File
Response Builder - Utility to build responses for serving a file.