salvo 0.36.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 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

proxy

  • salvo_extra/proxy

compression

  • salvo_extra/compression

rustls

  • salvo_core/rustls

extra

  • salvo_extra/full

acme

  • salvo_core/acme

logging

  • salvo_extra/logging

openssl

  • salvo_core/openssl

sse

  • salvo_extra/sse

csrf

  • salvo_extra/csrf

anyhow

  • salvo_core/anyhow

caching-headers

  • salvo_extra/caching-headers

timeout

  • salvo_extra/timeout

native-tls

  • salvo_core/native-tls

cors

  • salvo_extra/cors

jwt-auth

  • salvo_extra/jwt-auth

basic-auth

  • salvo_extra/basic-auth

trailing-slash

  • salvo_extra/trailing-slash

force-https

  • salvo_extra/force-https

ws

  • salvo_extra/ws

size-limiter

  • salvo_extra/size-limiter

serve-static

  • salvo_extra/serve-static

affix

  • salvo_extra/affix

unix

  • salvo_core/unix

salvo_extra

    This feature flag does not enable additional features.