salvo 0.37.4

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 38 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
  • cache
  • cors
  • csrf
  • flash
  • rate-limiter
  • session
  • serve-static

unix

  • salvo_core/unix

compression

  • salvo_extra/compression

sse

  • salvo_extra/sse

jwt-auth

  • salvo_extra/jwt-auth

flash

  • dep:salvo-flash

force-https

  • salvo_extra/force-https

openssl

  • salvo_core/openssl

session

  • dep:salvo-session

rustls

  • salvo_core/rustls

rate-limiter

  • dep:salvo-rate-limiter

timeout

  • salvo_extra/timeout

proxy

  • salvo_extra/proxy

acme

  • salvo_core/acme

serve-static

  • dep:salvo-static

affix

  • salvo_extra/affix

csrf

  • dep:salvo-csrf

logging

  • salvo_extra/logging

caching-headers

  • salvo_extra/caching-headers

cors

  • dep:salvo-cors

basic-auth

  • salvo_extra/basic-auth

size-limiter

  • salvo_extra/size-limiter

ws

  • salvo_extra/ws

native-tls

  • salvo_core/native-tls

cache

  • dep:salvo-cache

trailing-slash

  • salvo_extra/trailing-slash

anyhow

  • salvo_core/anyhow

salvo-static

    This feature flag does not enable additional features.

salvo-rate-limiter

    This feature flag does not enable additional features.

salvo-session

    This feature flag does not enable additional features.

salvo_extra

    This feature flag does not enable additional features.

salvo-csrf

    This feature flag does not enable additional features.

salvo-flash

    This feature flag does not enable additional features.

salvo-cache

    This feature flag does not enable additional features.

salvo-cors

    This feature flag does not enable additional features.