salvo 0.9.7

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 14 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

full

  • extra
  • tls
  • anyhow

cors

  • salvo_extra/cors

jwt_auth

  • salvo_extra/jwt_auth

basic_auth

  • salvo_extra/basic_auth

tls

  • salvo_core/tls

sse

  • salvo_extra/sse

anyhow

  • salvo_core/anyhow

ws

  • salvo_extra/ws

serve

  • salvo_extra/serve

compression

  • salvo_extra/compression

proxy

  • salvo_extra/proxy

salvo_extra

    This feature flag does not enable additional features.