rust-web-server 17.100.0

A dependency-minimal Rust web platform: HTTP/1.1, HTTP/2, and HTTP/3 server, reverse proxy, and application framework with routing, middleware (auth, rate limiting, tracing), an MCP server, an async ORM, background jobs, object storage, and a mailer. Runs as a zero-code config-driven proxy or as a library crate. No third-party HTTP dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
apiVersion: v2
name: rws
description: Deploy rust-web-server (rws) — an HTTP/1.1, HTTP/2, and HTTP/3 web server, reverse proxy, and application framework — on Kubernetes.
type: application
version: 0.1.0
appVersion: "17.98.0"
home: https://github.com/bohdaq/rust-web-server
sources:
  - https://github.com/bohdaq/rust-web-server
keywords:
  - rust
  - web-server
  - reverse-proxy
  - http3
  - quic
maintainers:
  - name: Bohdan Tsap
    url: https://github.com/bohdaq