salvo 0.16.8

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

jwt-auth

  • salvo_extra/jwt-auth

csrf

  • salvo_extra/csrf

serve

  • salvo_extra/serve

compression

  • salvo_extra/compression

proxy

  • salvo_extra/proxy

anyhow

  • salvo_core/anyhow

logging

  • salvo_extra/logging

rustls

  • salvo_core/rustls

sse

  • salvo_extra/sse

ws

  • salvo_extra/ws

cors

  • salvo_extra/cors

basic-auth

  • salvo_extra/basic-auth

size-limiter

  • salvo_extra/size-limiter

salvo_extra

    This feature flag does not enable additional features.