salvo 0.14.1

Salvo is a simple but powerful web server framework written in Rust.
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 16 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

full

  • extra
  • tls
  • anyhow

csrf

  • salvo_extra/csrf

anyhow

  • salvo_core/anyhow

proxy

  • salvo_extra/proxy

jwt_auth

  • salvo_extra/jwt_auth

compression

  • salvo_extra/compression

sse

  • salvo_extra/sse

serve

  • salvo_extra/serve

size_limiter

  • salvo_extra/size_limiter

tls

  • salvo_core/tls

basic_auth

  • salvo_extra/basic_auth

ws

  • salvo_extra/ws

cors

  • salvo_extra/cors

salvo_extra

    This feature flag does not enable additional features.