salvo 0.64.0

Salvo is a powerful web framework that can make your work easier.
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 44 feature flags, 6 of them enabled by default.

default

  • cookie
  • fix-http1-request-uri
  • server
  • http1
  • http2
  • salvo_core/cookie

fix-http1-request-uri

  • salvo_core/fix-http1-request-uri

server

  • salvo_core/server

http1

  • salvo_core/http1

http2

  • salvo_core/http2

full

  • cookie
  • fix-http1-request-uri
  • server
  • http1
  • http2
  • quinn
  • rustls
  • native-tls
  • openssl
  • unix
  • acme
  • tower-compat
  • anyhow
  • eyre
  • test
  • affix
  • basic-auth
  • force-https
  • jwt-auth
  • catch-panic
  • compression
  • logging
  • proxy
  • concurrency-limiter
  • rate-limiter
  • sse
  • trailing-slash
  • timeout
  • websocket
  • request-id
  • caching-headers
  • cache
  • cors
  • csrf
  • flash
  • rate-limiter
  • session
  • serve-static
  • otel
  • oapi

test

  • salvo_core/test

flash

  • dep:salvo-flash

concurrency-limiter

  • salvo_extra/concurrency-limiter

unix

  • salvo_core/unix

salvo-proxy

  • dep:salvo-proxy

csrf

  • dep:salvo-csrf

basic-auth

  • salvo_extra/basic-auth

websocket

  • salvo_extra/websocket

jwt-auth

  • dep:salvo-jwt-auth

size-limiter

  • salvo_extra/size-limiter

affix

  • salvo_extra/affix

rustls

  • salvo_core/rustls

compression

  • dep:salvo-compression

native-tls

  • salvo_core/native-tls

proxy

  • salvo-proxy

force-https

  • salvo_extra/force-https

sse

  • salvo_extra/sse

oapi

  • dep:salvo-oapi

acme

  • salvo_core/acme

openssl

  • salvo_core/openssl

salvo_extra

  • dep:salvo_extra

anyhow

  • salvo_core/anyhow

logging

  • salvo_extra/logging

trailing-slash

  • salvo_extra/trailing-slash

caching-headers

  • salvo_extra/caching-headers

eyre

  • salvo_core/eyre

serve-static

  • dep:salvo-serve-static

session

  • dep:salvo-session

cors

  • dep:salvo-cors

cache

  • dep:salvo-cache

rate-limiter

  • dep:salvo-rate-limiter

tower-compat

  • salvo_core/tower-compat

request-id

  • salvo_extra/request-id

timeout

  • salvo_extra/timeout

quinn

  • salvo_core/quinn

otel

  • dep:salvo-otel

catch-panic

  • salvo_extra/catch-panic