salvo 0.37.5

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

jwt-auth

  • salvo_extra/jwt-auth

openssl

  • salvo_core/openssl

timeout

  • salvo_extra/timeout

sse

  • salvo_extra/sse

cache

  • dep:salvo-cache

proxy

  • salvo_extra/proxy

logging

  • salvo_extra/logging

serve-static

  • dep:salvo-static

ws

  • salvo_extra/ws

cors

  • dep:salvo-cors

basic-auth

  • salvo_extra/basic-auth

native-tls

  • salvo_core/native-tls

compression

  • salvo_extra/compression

caching-headers

  • salvo_extra/caching-headers

rustls

  • salvo_core/rustls

flash

  • dep:salvo-flash

size-limiter

  • salvo_extra/size-limiter

affix

  • salvo_extra/affix

rate-limiter

  • dep:salvo-rate-limiter

anyhow

  • salvo_core/anyhow

force-https

  • salvo_extra/force-https

csrf

  • dep:salvo-csrf

acme

  • salvo_core/acme

session

  • dep:salvo-session

trailing-slash

  • salvo_extra/trailing-slash

unix

  • salvo_core/unix

salvo-rate-limiter

    This feature flag does not enable additional features.

salvo-cache

    This feature flag does not enable additional features.

salvo-flash

    This feature flag does not enable additional features.

salvo-session

    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-static

    This feature flag does not enable additional features.

salvo_extra

    This feature flag does not enable additional features.