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

default

    This feature flag does not enable additional features.

full

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

test

  • salvo_core/test

basic-auth

  • salvo_extra/basic-auth

cors

  • salvo_extra/cors

serve-static

  • salvo_extra/serve-static

sse

  • salvo_extra/sse

unix

  • salvo_core/unix

anyhow

  • salvo_core/anyhow

extra

  • salvo_extra/full

logging

  • salvo_extra/logging

ws

  • salvo_extra/ws

rustls

  • salvo_core/rustls

jwt-auth

  • salvo_extra/jwt-auth

csrf

  • salvo_extra/csrf

compression

  • salvo_extra/compression

timeout

  • salvo_extra/timeout

acme

  • salvo_core/acme

size-limiter

  • salvo_extra/size-limiter

native-tls

  • salvo_core/native-tls

proxy

  • salvo_extra/proxy

salvo_extra

    This feature flag does not enable additional features.