Module salvo_core::prelude

source ·
Expand description

A list of things that automatically imports into application use salvo_core.

Re-exports§

Structs§

  • Depot is for store temp data of current request.
  • Service http request.
  • An HTTP status code (status-code in RFC 7230 et al.).

Attribute Macros§

  • handler is a macro to help create Handler from function or impl block easily.

Derive Macros§