salvo 0.37.1

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

logging

  • salvo_extra/logging

acme

  • salvo_core/acme

anyhow

  • salvo_core/anyhow

basic-auth

  • salvo_extra/basic-auth

timeout

  • salvo_extra/timeout

ws

  • salvo_extra/ws

cors

  • dep:salvo-cors

jwt-auth

  • salvo_extra/jwt-auth

proxy

  • salvo_extra/proxy

affix

  • salvo_extra/affix

compression

  • salvo_extra/compression

session

  • dep:salvo-session

rate-limiter

  • dep:salvo-rate-limiter

serve-static

  • dep:salvo-static

size-limiter

  • salvo_extra/size-limiter

openssl

  • salvo_core/openssl

sse

  • salvo_extra/sse

force-https

  • salvo_extra/force-https

flash

  • dep:salvo-flash

caching-headers

  • salvo_extra/caching-headers

native-tls

  • salvo_core/native-tls

trailing-slash

  • salvo_extra/trailing-slash

csrf

  • dep:salvo-csrf

cache

  • dep:salvo-cache

rustls

  • salvo_core/rustls

unix

  • salvo_core/unix

salvo-flash

    This feature flag does not enable additional features.

salvo-static

    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_extra

    This feature flag does not enable additional features.

salvo-csrf

    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.