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

default

    This feature flag does not enable additional features.

extra

  • basic-auth
  • jwt-auth
  • compression
  • cors
  • csrf
  • proxy
  • serve
  • sse
  • ws
  • size-limiter
  • logging

full

  • extra
  • rustls
  • anyhow

proxy

  • salvo_extra/proxy

rustls

  • salvo_core/rustls

anyhow

  • salvo_core/anyhow

ws

  • salvo_extra/ws

logging

  • salvo_extra/logging

compression

  • salvo_extra/compression

size-limiter

  • salvo_extra/size-limiter

cors

  • salvo_extra/cors

sse

  • salvo_extra/sse

csrf

  • salvo_extra/csrf

basic-auth

  • salvo_extra/basic-auth

serve

  • salvo_extra/serve

jwt-auth

  • salvo_extra/jwt-auth

salvo_extra

    This feature flag does not enable additional features.