Module tower_http::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.
Service that serves files from a given directory and all its sub directories.
Service that serves a file.