Module actix_web_lab::web

source ·
Expand description

Experimental services.

Analogous to the web module in Actix Web.

Structs

  • RedirectDeprecated
    An HTTP service for redirecting one path to another path or URL.
  • Spaspa
    Single Page App (SPA) service builder.

Functions

  • redirectDeprecated
    Create a relative or absolute redirect.
  • spaspa
    Constructs a new Single-page Application (SPA) builder.