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

extra

  • salvo_extra/full

rustls

  • salvo_core/rustls

native-tls

  • salvo_core/native-tls

compression

  • salvo_extra/compression

sse

  • salvo_extra/sse

anyhow

  • salvo_core/anyhow

cors

  • salvo_extra/cors

size-limiter

  • salvo_extra/size-limiter

csrf

  • salvo_extra/csrf

acme

  • salvo_core/acme

unix

  • salvo_core/unix

jwt-auth

  • salvo_extra/jwt-auth

timeout

  • salvo_extra/timeout

logging

  • salvo_extra/logging

ws

  • salvo_extra/ws

proxy

  • salvo_extra/proxy

serve-static

  • salvo_extra/serve-static

basic-auth

  • salvo_extra/basic-auth

salvo_extra

    This feature flag does not enable additional features.