==== kawipiko -- blazingly fast static HTTP server ==== | Documentation, issues and sources: | * https://github.com/volution/kawipiko | Authors: | * Ciprian Dorin Craciun | ciprian@volution.ro | ciprian.craciun@gmail.com | https://volution.ro/ciprian ----------------------------------------------------------- kawipiko-server --archive --archive-inmem (memory-loaded archive file) --archive-mmap (memory-mapped archive file) --archive-preload (preload archive in OS cache) --bind : (HTTP, only HTTP/1.1, FastHTTP) --bind-2 : (HTTP, only HTTP/1.1, Go net/http) --bind-tls : (HTTPS, only HTTP/1.1, FastHTTP) --bind-tls-2 : (HTTPS, with HTTP/2, Go net/http) --bind-quic : (HTTPS, with HTTP/3) --http1-disable --http2-disable --http3-alt-svc : --tls-bundle (TLS certificate bundle) --tls-public (TLS certificate public) --tls-private (TLS certificate private) --tls-self-rsa (use self-signed RSA) --tls-self-ed25519 (use self-signed Ed25519) --processes (of slave processes) --threads (of threads per process) --index-all --index-paths --index-data-meta --index-data-content --security-headers-tls --security-headers-disable --limit-memory --timeout-disable --profile-cpu ; --profile-mem --quiet ; --debug --dummy ; --dummy-empty ; --dummy-delay ** for details see: https://github.com/volution/kawipiko#kawipiko-server