Expand description
The static file module which powers the web server.
Structs§
- Handle
Opts - Defines all options needed by the static-files handler.
- Static
File Response - 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.