salvo 0.16.5

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

rustls

  • salvo_core/rustls

cors

  • salvo_extra/cors

serve

  • salvo_extra/serve

ws

  • salvo_extra/ws

jwt-auth

  • salvo_extra/jwt-auth

size-limiter

  • salvo_extra/size-limiter

proxy

  • salvo_extra/proxy

basic-auth

  • salvo_extra/basic-auth

csrf

  • salvo_extra/csrf

sse

  • salvo_extra/sse

compression

  • salvo_extra/compression

anyhow

  • salvo_core/anyhow

salvo_extra

    This feature flag does not enable additional features.