spring_web::middleware

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§

  • File system related services.
  • Service that redirects all requests.

Structs§

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