salvo 0.26.1

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 23 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

serve-static

  • salvo_extra/serve-static

anyhow

  • salvo_core/anyhow

proxy

  • salvo_extra/proxy

jwt-auth

  • salvo_extra/jwt-auth

size-limiter

  • salvo_extra/size-limiter

basic_auth

  • salvo_extra/basic_auth

timeout

  • salvo_extra/timeout

test

  • salvo_core/test

csrf

  • salvo_extra/csrf

rustls

  • salvo_core/rustls

cors

  • salvo_extra/cors

logging

  • salvo_extra/logging

sse

  • salvo_extra/sse

acme

  • salvo_core/acme

unix

  • salvo_core/unix

affix

  • salvo_extra/affix

compression

  • salvo_extra/compression

ws

  • salvo_extra/ws

native-tls

  • salvo_core/native-tls

extra

  • salvo_extra/full

salvo_extra

    This feature flag does not enable additional features.