Module services

Source
Expand description

Services that return responses without wrapping other Services.

These kinds of services are also referred to as “leaf services” since they sit at the leaves of a tree of services.

Modules§

fsfs
File system related services.
redirectredirect
Service that redirects all requests.

Structs§

Redirectredirect
Service that redirects all requests.
ServeDirfs
Service that serves files from a given directory and all its sub directories.
ServeFilefs
Service that serves a file.