Expand description

The static file module which powers the web server.

Structs

  • Defines all options needed by the static-files handler.

Functions

  • Try to find the file system metadata for the given file path or returns an Not Found error.
  • The server entry point to handle incoming requests which map to specific files on file system and return a file response.