Module static_files

Source
Expand description

The static file module which powers the web server.

Structs§

HandleOpts
Defines all options needed by the static-files handler.
StaticFileResponse
Static file response type with additional data.

Functions§

handle
The server entry point to handle incoming requests which map to specific files on file system and return a file response.