salvo 0.10.4

A simple web framework
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 15 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

extra

  • basic_auth
  • jwt_auth
  • compression
  • cors
  • proxy
  • serve
  • sse
  • ws
  • size_limiter

full

  • extra
  • tls
  • anyhow

ws

  • salvo_extra/ws

sse

  • salvo_extra/sse

serve

  • salvo_extra/serve

cors

  • salvo_extra/cors

anyhow

  • salvo_core/anyhow

tls

  • salvo_core/tls

proxy

  • salvo_extra/proxy

jwt_auth

  • salvo_extra/jwt_auth

size_limiter

  • salvo_extra/size_limiter

basic_auth

  • salvo_extra/basic_auth

compression

  • salvo_extra/compression

salvo_extra

    This feature flag does not enable additional features.