Module file

Source
Expand description

File service module

Structs§

ChunkedReadFile
Stream to read chunks of file
ServeFile
File service helper

Functions§

if_match
Performs match of ETag against If-Match
if_modified_since
Matches Last-Modified against If-Modified-Since
if_none_match
Matches given ETag against If-None-Match header.
if_unmodified_since
Matches Last-Modified against If-Unmodified-Since

Type Aliases§

FileReadResult
Result of file read.