salvo 0.30.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 25 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
  • extra

proxy

  • salvo_extra/proxy

basic-auth

  • salvo_extra/basic-auth

unix

  • salvo_core/unix

native-tls

  • salvo_core/native-tls

size-limiter

  • salvo_extra/size-limiter

ws

  • salvo_extra/ws

anyhow

  • salvo_core/anyhow

affix

  • salvo_extra/affix

rustls

  • salvo_core/rustls

timeout

  • salvo_extra/timeout

csrf

  • salvo_extra/csrf

cors

  • salvo_extra/cors

serve-static

  • salvo_extra/serve-static

logging

  • salvo_extra/logging

jwt-auth

  • salvo_extra/jwt-auth

openssl

  • salvo_core/openssl

extra

  • salvo_extra/full

acme

  • salvo_core/acme

sse

  • salvo_extra/sse

compression

  • salvo_extra/compression

salvo_extra

    This feature flag does not enable additional features.