salvo 0.16.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 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
  • rustls
  • anyhow

serve

  • salvo_extra/serve

ws

  • salvo_extra/ws

proxy

  • salvo_extra/proxy

basic-auth

  • salvo_extra/basic-auth

cors

  • salvo_extra/cors

size-limiter

  • salvo_extra/size-limiter

csrf

  • salvo_extra/csrf

sse

  • salvo_extra/sse

rustls

  • salvo_core/rustls

jwt-auth

  • salvo_extra/jwt-auth

compression

  • salvo_extra/compression

anyhow

  • salvo_core/anyhow

salvo_extra

    This feature flag does not enable additional features.