static-web-server 2.28.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 20 feature flags, 15 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

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

bcrypt

  • dep:bcrypt

all

  • default
  • experimental

experimental

  • tokio-metrics-collector
  • prometheus

async-compression

  • dep:async-compression

tokio-metrics-collector

  • dep:tokio-metrics-collector

prometheus

  • dep:prometheus