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

cors

  • salvo_extra/cors

acme

  • salvo_core/acme

ws

  • salvo_extra/ws

csrf

  • salvo_extra/csrf

basic-auth

  • salvo_extra/basic-auth

openssl

  • salvo_core/openssl

rustls

  • salvo_core/rustls

serve-static

  • salvo_extra/serve-static

proxy

  • salvo_extra/proxy

logging

  • salvo_extra/logging

sse

  • salvo_extra/sse

compression

  • salvo_extra/compression

unix

  • salvo_core/unix

timeout

  • salvo_extra/timeout

anyhow

  • salvo_core/anyhow

native-tls

  • salvo_core/native-tls

jwt-auth

  • salvo_extra/jwt-auth

extra

  • salvo_extra/full

affix

  • salvo_extra/affix

size-limiter

  • salvo_extra/size-limiter

salvo_extra

    This feature flag does not enable additional features.