Expand description
File service module
Structs§
- Chunked
Read File - Stream to read chunks of file
- Serve
File - File service helper
Functions§
- if_
match - Performs match of
ETag
againstIf-Match
- if_
modified_ since - Matches
Last-Modified
againstIf-Modified-Since
- if_
none_ match - Matches given ETag against
If-None-Match
header. - if_
unmodified_ since - Matches
Last-Modified
againstIf-Unmodified-Since
Type Aliases§
- File
Read Result - Result of file read.