Expand description
This module contains structs and functions to easily create a TLS termination
server, which can be used in combination with an Axum [Router
].
Structs§
- TlsServer
- A server which terminates TLS connections and allows clients to communicate via HTTPS with the underlying HTTP router.