salvo 0.37.2

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

ws

  • salvo_extra/ws

cache

  • dep:salvo-cache

session

  • dep:salvo-session

caching-headers

  • salvo_extra/caching-headers

acme

  • salvo_core/acme

sse

  • salvo_extra/sse

size-limiter

  • salvo_extra/size-limiter

trailing-slash

  • salvo_extra/trailing-slash

rate-limiter

  • dep:salvo-rate-limiter

csrf

  • dep:salvo-csrf

logging

  • salvo_extra/logging

flash

  • dep:salvo-flash

unix

  • salvo_core/unix

cors

  • dep:salvo-cors

jwt-auth

  • salvo_extra/jwt-auth

native-tls

  • salvo_core/native-tls

anyhow

  • salvo_core/anyhow

serve-static

  • dep:salvo-static

proxy

  • salvo_extra/proxy

force-https

  • salvo_extra/force-https

compression

  • salvo_extra/compression

rustls

  • salvo_core/rustls

openssl

  • salvo_core/openssl

basic-auth

  • salvo_extra/basic-auth

affix

  • salvo_extra/affix

timeout

  • salvo_extra/timeout

salvo-csrf

    This feature flag does not enable additional features.

salvo-session

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

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

    This feature flag does not enable additional features.