salvo 0.34.3

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

acme

  • salvo_core/acme

csrf

  • salvo_extra/csrf

extra

  • salvo_extra/full

unix

  • salvo_core/unix

sse

  • salvo_extra/sse

timeout

  • salvo_extra/timeout

serve-static

  • salvo_extra/serve-static

anyhow

  • salvo_core/anyhow

jwt-auth

  • salvo_extra/jwt-auth

cors

  • salvo_extra/cors

basic-auth

  • salvo_extra/basic-auth

ws

  • salvo_extra/ws

logging

  • salvo_extra/logging

size-limiter

  • salvo_extra/size-limiter

rustls

  • salvo_core/rustls

openssl

  • salvo_core/openssl

trailing-slash

  • salvo_extra/trailing-slash

compression

  • salvo_extra/compression

native-tls

  • salvo_core/native-tls

proxy

  • salvo_extra/proxy

caching-headers

  • salvo_extra/caching-headers

affix

  • salvo_extra/affix

force-https

  • salvo_extra/force-https

salvo_extra

    This feature flag does not enable additional features.