salvo_core 0.44.1

Salvo is a powerful and simple Rust web server framework.
Documentation

salvo_core

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, 6 of them enabled by default.

default

  • cookie
  • http1
  • fix-http1-request-uri
  • http2
  • test
  • dep:cookie

http1

    This feature flag does not enable additional features.

fix-http1-request-uri

  • http1

http2

  • hyper/http2
  • salvo-utils/http2

test

  • dep:brotli
  • dep:flate2
  • dep:zstd
  • dep:base64
  • dep:encoding_rs
  • dep:serde_urlencoded
  • dep:url
  • tokio/macros

full

  • cookie
  • http1
  • fix-http1-request-uri
  • http2
  • quinn
  • rustls
  • native-tls
  • openssl
  • unix
  • test
  • anyhow
  • eyre

acme

  • http1
  • http2
  • dep:base64
  • hyper/client
  • dep:salvo-rustls
  • dep:rcgen
  • dep:ring
  • dep:x509-parser
  • dep:tokio-rustls
  • dep:rustls-pemfile

native-tls

  • http1
  • http2
  • dep:tokio-native-tls
  • dep:native-tls

quinn

  • dep:h3
  • dep:h3-quinn
  • dep:quinn
  • rustls

rustls

  • http1
  • http2
  • dep:tokio-rustls
  • dep:rustls-pemfile

openssl

  • http2
  • dep:openssl
  • dep:tokio-openssl

anyhow

  • dep:anyhow

unix

  • http1

eyre

  • dep:eyre