salvo 0.34.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 28 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

trailing-slash

  • salvo_extra/trailing-slash

caching-headers

  • salvo_extra/caching-headers

basic-auth

  • salvo_extra/basic-auth

cors

  • salvo_extra/cors

size-limiter

  • salvo_extra/size-limiter

extra

  • salvo_extra/full

proxy

  • salvo_extra/proxy

jwt-auth

  • salvo_extra/jwt-auth

native-tls

  • salvo_core/native-tls

logging

  • salvo_extra/logging

anyhow

  • salvo_core/anyhow

compression

  • salvo_extra/compression

rustls

  • salvo_core/rustls

timeout

  • salvo_extra/timeout

sse

  • salvo_extra/sse

serve-static

  • salvo_extra/serve-static

unix

  • salvo_core/unix

acme

  • salvo_core/acme

force-https

  • salvo_extra/force-https

ws

  • salvo_extra/ws

csrf

  • salvo_extra/csrf

affix

  • salvo_extra/affix

openssl

  • salvo_core/openssl

salvo_extra

    This feature flag does not enable additional features.