pulsate 0.3.0

Pulsate — a reverse-proxy gateway in one binary: TLS, caching, WAF, observability, admin API, and WASM plugins.
Documentation
1
2
3
4
5
6
//! The `pulsate` binary — a thin wrapper around [`pulsate::run`].
#![forbid(unsafe_code)]

fn main() -> std::process::ExitCode {
    pulsate::run()
}