static-web-server 2.30.0

A cross-platform, high-performance and asynchronous web server for static files-serving.
Documentation

static-web-server

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 21 feature flags, 16 of them enabled by default.

default

  • compression
  • http2
  • directory-listing
  • basic-auth
  • fallback-page

compression

  • compression-brotli
  • compression-deflate
  • compression-gzip
  • compression-zstd

http2

  • tokio-rustls
  • rustls-pemfile

directory-listing

  • humansize
  • chrono
  • maud

basic-auth

  • bcrypt

fallback-page

    This feature flag does not enable additional features.

compression-brotli

  • async-compression/brotli

compression-deflate

  • async-compression/deflate

compression-gzip

  • async-compression/deflate

compression-zstd

  • async-compression/zstd

tokio-rustls

  • dep:tokio-rustls

rustls-pemfile

  • dep:rustls-pemfile

humansize

  • dep:humansize

chrono

  • dep:chrono

maud

  • dep:maud

bcrypt

  • dep:bcrypt

experimental

  • tokio-metrics-collector
  • prometheus

all

  • default
  • experimental

tokio-metrics-collector

  • dep:tokio-metrics-collector

prometheus

  • dep:prometheus

async-compression

  • dep:async-compression