Expand description
HTTP server wrapping a MechanicsPool worker pool.
Structsยง
- Http3
Server Config - Configuration for the HTTP/3 listener.
- Mechanics
Pool Config - Configuration for constructing a
crate::MechanicsPool. - Mechanics
Server - HTTP server wrapper around a shared
MechanicsPool. - TlsConfig
- TLS configuration for
super::MechanicsServer::run_tls.