salvo 0.21.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 21 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

full

  • rustls
  • native-tls
  • unix
  • acme
  • anyhow
  • extra

acme

  • salvo_core/acme

unix

  • salvo_core/unix

compression

  • salvo_extra/compression

rustls

  • salvo_core/rustls

sse

  • salvo_extra/sse

native-tls

  • salvo_core/native-tls

extra

  • salvo_extra/full

ws

  • salvo_extra/ws

csrf

  • salvo_extra/csrf

serve-static

  • salvo_extra/serve-static

jwt-auth

  • salvo_extra/jwt-auth

anyhow

  • salvo_core/anyhow

cors

  • salvo_extra/cors

proxy

  • salvo_extra/proxy

size-limiter

  • salvo_extra/size-limiter

timeout

  • salvo_extra/timeout

basic-auth

  • salvo_extra/basic-auth

logging

  • salvo_extra/logging

salvo_extra

    This feature flag does not enable additional features.