Module static_web_server::directory_listing

source ·
Available on crate feature directory-listing only.
Expand description

It provides directory listig and auto-index support.

Structs§

Enums§

  • Directory listing output format for file entries.

Functions§

  • Provides directory listing support for the current request. Note that this function highly depends on static_files::composed_file_metadata() function which must be called first. See static_files::handle() for more details.
  • Initializes directory listings.