salvo 0.17.3

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

serve

  • salvo_extra/serve

cors

  • salvo_extra/cors

basic-auth

  • salvo_extra/basic-auth

csrf

  • salvo_extra/csrf

sse

  • salvo_extra/sse

proxy

  • salvo_extra/proxy

rustls

  • salvo_core/rustls

ws

  • salvo_extra/ws

size-limiter

  • salvo_extra/size-limiter

jwt-auth

  • salvo_extra/jwt-auth

anyhow

  • salvo_core/anyhow

logging

  • salvo_extra/logging

compression

  • salvo_extra/compression

salvo_extra

    This feature flag does not enable additional features.