Module tls

Source
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.

Enums§

TlsServerError

Constants§

WEBHOOK_CA_LIFETIME
WEBHOOK_CERTIFICATE_LIFETIME
WEBHOOK_CERTIFICATE_ROTATION_INTERVAL

Traits§

SocketAddrExt

Type Aliases§

Result