salvo 0.37.7

Salvo is a powerful and simplest web server framework in Rust world.
Documentation

salvo

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 38 feature flags, 3 of them enabled by default.

default

  • test
  • cookie

test

  • salvo_core/test
  • salvo_core/cookie

full

  • test
  • cookie
  • rustls
  • native-tls
  • openssl
  • unix
  • acme
  • anyhow
  • cache
  • cors
  • csrf
  • flash
  • rate-limiter
  • session
  • serve-static

proxy

  • salvo_extra/proxy

serve-static

  • dep:salvo-static

native-tls

  • salvo_core/native-tls

session

  • dep:salvo-session

timeout

  • salvo_extra/timeout

size-limiter

  • salvo_extra/size-limiter

affix

  • salvo_extra/affix

logging

  • salvo_extra/logging

cache

  • dep:salvo-cache

unix

  • salvo_core/unix

basic-auth

  • salvo_extra/basic-auth

rate-limiter

  • dep:salvo-rate-limiter

cors

  • dep:salvo-cors

openssl

  • salvo_core/openssl

flash

  • dep:salvo-flash

csrf

  • dep:salvo-csrf

trailing-slash

  • salvo_extra/trailing-slash

caching-headers

  • salvo_extra/caching-headers

ws

  • salvo_extra/ws

jwt-auth

  • salvo_extra/jwt-auth

sse

  • salvo_extra/sse

rustls

  • salvo_core/rustls

acme

  • salvo_core/acme

anyhow

  • salvo_core/anyhow

compression

  • salvo_extra/compression

force-https

  • salvo_extra/force-https

salvo-rate-limiter

    This feature flag does not enable additional features.

salvo-flash

    This feature flag does not enable additional features.

salvo_extra

    This feature flag does not enable additional features.

salvo-csrf

    This feature flag does not enable additional features.

salvo-cors

    This feature flag does not enable additional features.

salvo-session

    This feature flag does not enable additional features.

salvo-cache

    This feature flag does not enable additional features.

salvo-static

    This feature flag does not enable additional features.