salvo 0.33.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 26 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

serve-static

  • salvo_extra/serve-static

anyhow

  • salvo_core/anyhow

ws

  • salvo_extra/ws

proxy

  • salvo_extra/proxy

caching-headers

  • salvo_extra/caching-headers

timeout

  • salvo_extra/timeout

unix

  • salvo_core/unix

cors

  • salvo_extra/cors

sse

  • salvo_extra/sse

acme

  • salvo_core/acme

openssl

  • salvo_core/openssl

compression

  • salvo_extra/compression

size-limiter

  • salvo_extra/size-limiter

jwt-auth

  • salvo_extra/jwt-auth

rustls

  • salvo_core/rustls

native-tls

  • salvo_core/native-tls

affix

  • salvo_extra/affix

extra

  • salvo_extra/full

basic-auth

  • salvo_extra/basic-auth

csrf

  • salvo_extra/csrf

logging

  • salvo_extra/logging

salvo_extra

    This feature flag does not enable additional features.