salvo 0.37.0

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

openssl

  • salvo_core/openssl

cors

  • dep:salvo-cors

basic-auth

  • salvo_extra/basic-auth

csrf

  • dep:salvo-csrf

jwt-auth

  • salvo_extra/jwt-auth

native-tls

  • salvo_core/native-tls

affix

  • salvo_extra/affix

compression

  • salvo_extra/compression

serve-static

  • dep:salvo-static

unix

  • salvo_core/unix

timeout

  • salvo_extra/timeout

rate-limiter

  • dep:salvo-rate-limiter

force-https

  • salvo_extra/force-https

cache

  • dep:salvo-cache

ws

  • salvo_extra/ws

session

  • dep:salvo-session

rustls

  • salvo_core/rustls

proxy

  • salvo_extra/proxy

sse

  • salvo_extra/sse

caching-headers

  • salvo_extra/caching-headers

size-limiter

  • salvo_extra/size-limiter

logging

  • salvo_extra/logging

flash

  • dep:salvo-flash

acme

  • salvo_core/acme

trailing-slash

  • salvo_extra/trailing-slash

anyhow

  • salvo_core/anyhow

salvo-session

    This feature flag does not enable additional features.

salvo-cors

    This feature flag does not enable additional features.

salvo-cache

    This feature flag does not enable additional features.

salvo_extra

    This feature flag does not enable additional features.

salvo-static

    This feature flag does not enable additional features.

salvo-rate-limiter

    This feature flag does not enable additional features.

salvo-flash

    This feature flag does not enable additional features.

salvo-csrf

    This feature flag does not enable additional features.